File system operations and management utilities
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-files = "0.1"
```
```rust
use ricecoder_files::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-files).
MIT