_______/ |_ __| _// |_
/ ___/\ __\/ __ |\ __\
\___ \ | | / /_/ | | |
/____ > |__| \____ | |__|
\/ \/
Minimal, zero-dependency standard tools for Rust,
Available Tools
🛠️ Utils
utils::clear_cli
Minimal console clearing with raw ANSI escape sequences. No crates, no hacks — just bytes on the wire.
utils::type_of
Find out what a value’s type really is — no guessing.
🎯 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"