iftree 1.0.0

Include many files in your Rust code for self-contained binaries.
Documentation
1
2
3
4
5
6
mod get_base_folder;
mod get_paths;
mod get_raw_paths;
mod main;

pub use main::main;