https://github.com/byron/fs-utils-rs
Utilities to help working with the filesytem
https://github.com/byron/fs-utils-rs
Last synced: about 1 year ago
JSON representation
Utilities to help working with the filesytem
- Host: GitHub
- URL: https://github.com/byron/fs-utils-rs
- Owner: Byron
- License: apache-2.0
- Created: 2016-06-26T15:30:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T14:40:54.000Z (about 6 years ago)
- Last Synced: 2025-05-25T01:13:54.256Z (about 1 year ago)
- Language: Rust
- Homepage: https://docs.rs/fs-utils
- Size: 584 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://github.com/Byron/fs-utils-rs/actions)
[](https://crates.io/crates/fs-utils)
[](https://docs.rs/fs-utils)
A bunch of utilities to help working with the file-system.
# Installation
In you `cargo.toml`:
```toml
[dependencies]
fs-utils = "*"
```
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.