Artifact 10b8a1b09e16729618affeae54292a308e375c31a3279699a9943cc8e3de2bfd:
- File src/pools/mod.rs — part of check-in [c81820784c] at 2026-07-12 19:20:18 on branch trunk — Initial import from td working tree (user: michael.jaquier size: 159)
//! Concrete ground-pool behaviors (each a `PoolBehavior`). The `GroundPool` entity that //! carries them lives in `crate::pool`. pub mod acid; pub mod slow;