spru 0.1.0

Reusable components for the spru strategy and digital board game framework.
Documentation
1
2
3
4
5
6
mod id;
pub use id::Id;
pub mod init;
pub use init::Init;
pub(crate) mod manager;
pub(crate) use manager::Manager;