dev_utils 0.0.3

A collection of utilities for development
Documentation

Dev Utils

Welcome to our comprehensive development utility crate. Please note that while we offer these tools to the community, they are primarily designed for internal use, and we are actively working to enhance and expand our offerings.

Important Note: This crate is currently in active development, and as such, it is not advisable for widespread utilization at this time. There are numerous features still in the process of implementation, which need to be thoroughly tested before they can be considered production-ready.

Features

  • log - Logging utilities
  • datetime - Date and time utilities
  • files - File manipulation utilities (CRUD)
  • terminal - Terminal utilities
    • ANSI escape codes for colors
    • ANSI escape codes for styles, and cursor movement
    • Interactive readline
  • siu - Simple Interactive Utilities (for CLI applications)
  • 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