stdt 0.0.3

Minimal, zero-dependency standard tools to speed up your development workflow
Documentation
```
          __      .___ __   
  _______/  |_  __| _//  |_ 
 /  ___/\   __\/ __ |\   __\
 \___ \  |  | / /_/ | |  |  
/____  > |__| \____ | |__|  
     \/            \/       
```
Minimal, zero-dependency standard tools for Rust.|

[READ THE DOCS](https://docs.rs/stdt/latest/stdt/)

## 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.

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


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