<!-- {{# generate.module_header{} #}} -->
# Module :: file_tools
[](https://github.com/emersion/stability-badges#experimental) [](https://github.com/Wandalen/wTools/actions/workflows/Module{{TemplateBlank}}Push.yml) [](https://docs.rs/file_tools) [](https://discord.gg/m3YfbXpUUY)
Collection of algorithms and structures to handle files properly.
<!-- ### Basic use-case
```rust
use file_tools::*;
fn main()
{
}
```
### To add to your project
```bash
cargo add file_tools
```
### Try out from the repository
``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cargo run --example file_tools_trivial
cargo run
``` -->