File src/pools/mod.rs artifact 10b8a1b09e part of check-in 1c4f2f89eb
//! Concrete ground-pool behaviors (each a `PoolBehavior`). The `GroundPool` entity that //! carries them lives in `crate::pool`. pub mod acid; pub mod slow;
//! Concrete ground-pool behaviors (each a `PoolBehavior`). The `GroundPool` entity that //! carries them lives in `crate::pool`. pub mod acid; pub mod slow;