dev_utils 0.0.2

A collection of utilities for development
Documentation

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:

[dependencies]
dev_utils = "0.*"  # Add the latest version of this crate
log = "*"  # It also depends on the log crate, so add that too

License

This project is licensed under the terms of the MIT license