1//! Traits for types forming hypergraph and symmetric monoidal categories 2mod traits; 3pub use traits::*; 4 5mod spider; 6pub use spider::*;