# Module :: fs_tools [![experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/ModuleFsToolsPush.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/ModuleFsToolsPush.yml) [![docs.rs](https://img.shields.io/docsrs/fs_tools?color=e3e8f0&logo=docs.rs)](https://docs.rs/fs_tools) [![discord](https://img.shields.io/discord/872391416519737405?color=e3e8f0&logo=discord&logoColor=e3e8f0)](https://discord.gg/JwTG6d2b) Tools to manipulate files. ### To add to your project ```sh cargo add fs_tools --dev ``` ### Try out from the repository ```sh git clone https://github.com/Wandalen/wTools cd wTools cd sample/rust/test_trivial cargo run ```