tomb 0.2.0

A minimal crate that provides dice rolling mechanisms for games
Documentation
1
2
3
4
5
6
//! ...

mod numeric;
mod slice;
pub use numeric::*;
pub use slice::*;