simple-string-builder 0.2.0

Super basic string builder based on my memory of Javas
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# super-string-builder
A super simple string builder based on my memory of Javas

### Add to project

with cargo edit
```
cargo add simple-string-builder
```

Without  
add to cargo.toml
```toml
simple-string-builder = "0.1.0"
```