# 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" ```