fspp 2.2.1

Filesystem++ : Access the filesystem in a cleaner, easier way.
Documentation
1
2
3
4
5
#[cfg(feature = "archive-zip")]
pub mod zip;

#[cfg(feature = "archive-tar")]
pub mod tar;