#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

#1553 in Filesystem

Download history 35/week @ 2024-03-11 38/week @ 2024-03-18 33/week @ 2024-03-25 50/week @ 2024-04-01 27/week @ 2024-04-08 34/week @ 2024-04-15 37/week @ 2024-04-22 61/week @ 2024-04-29 44/week @ 2024-05-06 58/week @ 2024-05-13 27/week @ 2024-05-20 31/week @ 2024-05-27 32/week @ 2024-06-03 20/week @ 2024-06-10 23/week @ 2024-06-17 34/week @ 2024-06-24

111 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–12MB
~103K SLoC