iftree 1.0.0

Include many files in your Rust code for self-contained binaries.
Documentation
1
2
3
4
5
6
7
8
mod count_files;
mod main;
mod print_forest;
mod print_initializer;
mod print_populator;
mod print_with_debug;

pub use main::main;