1 2 3 4 5 6
//! Rendering pipeline: graph + positions → Unicode string. pub mod sequence; pub mod unicode; pub use unicode::render;