Crate fs_tools

Source
Expand description

Tools to manipulate files.

§Module :: fs_tools

experimental rust-status docs.rs discord

Tools to manipulate files.

§To add to your project

cargo add fs_tools --dev

§Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/test_trivial
cargo run

Re-exports§

pub use protected::*;

Modules§

dependencies
Dependencies.
exposed
Exposed namespace of the module.
fs
Collection of primal data types.
orphan
Shared with parent namespace of the module
prelude
Prelude to use essentials: use my_module::prelude::*.
protected
Protected namespace of the module.