stdt 0.0.2

Minimal, zero-dependency standard tools to speed up your development workflow
Documentation
```          __      .___ __   
  _______/  |_  __| _//  |_ 
 /  ___/\   __\/ __ |\   __\
 \___ \  |  | / /_/ | |  |  
/____  > |__| \____ | |__|  
     \/            \/
```
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.

```toml
[dependencies]
stdt = "0.1"
```


#### :#/ GSLF - https://gslf.it