yui-link 0.5.0

Knots & Links Library for YUI
Documentation
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;