exemplify-lib 0.1.6

Tool for generating code examples from annotated source file directories
Documentation
1
2
3
4
5
6
7
pub mod printable;
pub mod example;
pub mod chunk;

pub use printable::*;
pub use example::*;
pub use chunk::*;