Skip to content

An API for typical filesystem operations based on Bash commands.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

jaredforth/fsutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An API for typical filesystem operations based on Bash commands.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages