What does this package do?

this package make many folders with one command, rather then using a loop and causing an error.

How do i use it?

fn main() { better_file_maker::make_folders("test/yes/cool/yes/cool".to_string()).expect(""); }