moogle 0.4.4

data structures for relational code
1
2
3
4
5
6
7
8
9
mod backward;
mod forward;
mod structure;
mod extra;
mod fwd_set_extra;

pub use self::structure::OneToMany;
pub use self::forward::{Fwd, FwdSet};
pub use self::backward::Bwd;