Filetools

Simple port of the filetools library written by Jonathan Grizou here: https://github.com/jgrizou/filetools

This library allows for simple filename generation and finding all files/folders in a directory.

Usage

Add to your Cargo.toml toml [dependencies] filetools = "0.1.1"