Crates.io | fsutils |
lib.rs | fsutils |
version | 0.1.7 |
source | src |
created_at | 2020-03-23 21:37:44.947727 |
updated_at | 2021-06-02 15:36:01.114057 |
description | An API for typical filesystem operations based on Bash commands |
homepage | https://crates.io/crates/fsutils |
repository | https://github.com/jaredforth/fsutils |
max_upload_size | |
id | 221919 |
size | 29,216 |
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:
Add this to your Cargo.toml
:
[dependencies]
fsutils = "0.1"
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
.
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.