microslop 0.3.1

Turn your text into beautifully chaotic, glitchy, Wandoze-level slop.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### **Putting the "Slop" in "MicroSlop" since 2026.**

Turn your text into beautifully chaotic, glitchy, Wandoze-level slop.

Because why type neatly when you can hallucinate?

#### **Examples:**
```rust
use microslop::prelude::*;

fn main() {
    println!("{}", "MicroSlop Wandoze".to_slop().hallucinate());
}
```