exemplify-lib 0.1.6

Tool for generating code examples from annotated source file directories
Documentation
1
2
3
4
5
6
7
8




pub trait Printable {
    fn print(&self) -> String;
    fn file_name(&self) -> String;
}