strstr 0.0.0

Fast mutable strings
Documentation
1
2
3
4
5
6
This crate is **WIP**

# StrStr

Implements strings as trees of immutable substrings. Thus making many mutations significantly
faster since only parts of a tree need to be adjusted instead shifting characters around.