Dev Utils
This crate contains utilities for development. (My personal utilities, not for general use)
Features
-
io
- Input/Output utilities -
siu
- Simple Interactive Utilities -
log
- Logging utilities -
test
- Testing utilities ???? (probably not) -
util
- General utilities- base change
- encyption
- hashing (idk becaus it's already in stdlib)
- encoding
- compression (at a later date)
Usage
To use this crate, add the following to your Cargo.toml
file:
[]
= "0.*" # Add the latest version of this crate
= "*" # It also depends on the log crate, so add that too
License
This project is licensed under the terms of the MIT license