greattraits
A collection of great traits extending rust's standard library.
Traits
For now, this collection includes only one trait, but I plan to add more in the future.
Pathjects:
A trait for path manipulation. (only Path, but want to extend to PathBuf). It supports several methods to open a file, delete a file, create, as well as open in bufread and bufwrite mode.
Usage
Use a simple shell command to install the crate:
cargo add greattraits
Then, you can use the trait in your code:
use Pathjects;
License
This is my hobby project and i'm still not knowledgeable about licensing. But someone told me that MIT is a good license, so I'm using it. If you have any suggestions, please let me know.