Skip to content

Releases: skillzaa/brown

v0.2.0

20 Dec 11:17
Compare
Choose a tag to compare

A simple library that makes dealing with Rust file system a breeze.
Any one who has done any file system related project in Rust will know that the Rust file system (std::fs) is a bit wonky (so say the least).
Brown library exports helpful functions which gives you a very simple API for creating managing and manipulating files,folder etc in the current working folder.