str_strings 0.1.0

Do not use this crate it's just for demo and learning purposes
1
2
3
4
5
6
7
8
9
10
A crate for not using 
========================

Seriously do not use this crate for anything

```rust
fn here_is_some_rust() {
    println("do something");
}
```