An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Rust](https://github.com/Byron/fs-utils-rs/workflows/Rust/badge.svg)](https://github.com/Byron/fs-utils-rs/actions)
[![crates.io](https://img.shields.io/crates/v/fs-utils.svg)](https://crates.io/crates/fs-utils)
[![API docs](https://docs.rs/fs-utils/badge.svg)](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.