#utility #convenience

fsutils

An API for typical filesystem operations based on Bash commands

8 releases

0.1.7 Jun 2, 2021
0.1.6 Mar 11, 2021
0.1.2 May 20, 2020
0.1.1 Apr 27, 2020
0.1.0 Mar 23, 2020

#2713 in Filesystem

Download history 20/week @ 2025-12-10 19/week @ 2025-12-17 18/week @ 2025-12-24 19/week @ 2025-12-31 6/week @ 2026-01-07 10/week @ 2026-01-14 29/week @ 2026-01-21 28/week @ 2026-01-28 16/week @ 2026-02-04 5/week @ 2026-02-11 41/week @ 2026-02-18 79/week @ 2026-02-25 55/week @ 2026-03-04 26/week @ 2026-03-11 46/week @ 2026-03-18 11/week @ 2026-03-25

183 downloads per month
Used in 7 crates

MIT/Apache

15KB
241 lines

Build Status Build status Crate Crates.io API

fsutils

Utilities for common filesystem operations.

fsutils provides an API based on Bash commands and includes a number of utility functions to make interacting with the filesystem simpler and more ergonomic.

Documentation:

Usage

Add this to your Cargo.toml:

[dependencies]
fsutils = "0.1"

Error Logging

This creates uses the log and env_logger crates. To enable info level logging in your application, add env_logger::init(); to your main() function and set the log level to info with RUST_LOG="info" ./yourapp.

License

fsutils is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.

Dependencies

~2.2–5MB
~89K SLoC