You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…rait (#35)
* Remove Pool::new and friends
* Update release notes
* Rename Pool::ZERO to Pool::MIN
Fixes Rename `ResourcePool::ZERO` to `MIN_LIMIT` #15
* Credit contributor in release notes for unrelated fix
* Split Pool trait into Pool + RegeneratingPool
* Add is_empty and is_full to Pool trait
Fixes#28.
* Improve docs for Pool::replenish
* Add impls for Add, Sub, AddAssign and SubAssign
Fixes#22
* Add / sub impls
* Add the Display trait
Fixes#21.
* Implement Life/Life -> f32 Div trait
* Update src/ability_state.rs
LifePool + Life should work just fine.
The text was updated successfully, but these errors were encountered: