iftree 1.0.0

Include many files in your Rust code for self-contained binaries.
Documentation
1
2
3
4
5
6
7
mod get_default_initializer;
mod get_forest;
mod get_visitors;
mod main;
mod sanitize_name;

pub use main::main;