1 2 3 4 5 6
//! Involutive links: a diagram together with an involution `τ` acting on it. mod inv_link; mod construct; pub use inv_link::InvLink;