1//! Functors between categories of open hypergraphs 2pub mod identity; 3pub mod optic; 4pub mod traits; 5 6pub use optic::*; 7pub use traits::*;