filetools 0.1.0

Port of Jonathan Grizou's filetools Python library (https://github.com/jgrizou/filetools)
Documentation

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

[dependencies]
filetools = "0.1"