__ .___ __
_______/ |_ __| _// |_
/ ___/\ __\/ __ |\ __\
\___ \ | | / /_/ | | |
/____ > |__| \____ | |__|
\/ \/
Minimal, zero-dependency standard tools for Rust.|
Available Tools
🛠️ Utils
- utils::clear_cli Minimal console clearing with raw ANSI escape sequences.
- utils::type_of Find out what a value’s type is.
- utils::devops Load enviroment variables from an .env file.
🎯 Philosophy
- Zero dependencies
- Self-explanatory code with inline docs
- Small, composable building blocks
📦 Installation
Add to your Cargo.toml, or copy/paste individual files from utils/ if you want ultimate minimalism.
[]
= "0.1"