underworld_core 0.6.3

Small library to either play a game or assist in generating rooms
Documentation
1
2
3
pub trait Generator<T> {
    fn generate(&self) -> T;
}