brown-0.1.8 has been yanked.
Brown
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 managin and manipulating files,folder etc in the current working folder.
- The API is almost final. I do not see any major changes in it.
- More tests will be added and code will be improved; other than that the lib is complete.
- Keep in mind that thorugh out this library you do not need to add "./", it is added automatically.
- Please wait till version 1.0 for use in production
- The word folder" and "directory" are used interchangebaly;there is no difference between a "folder" and "directory" in the documentation. They are both same.*
Example
use brown;
Incase you have any issues with the library, let me know here https://github.com/skillzaa/brown/issues
Please be in touch
My twitter handle is :: @rusthulk