an-cabal / an-rope

an rope data structure
https://docs.rs/an-rope
MIT License
11 stars 2 forks source link

Rope provides full std::String API #8

Open hawkw opened 7 years ago

hawkw commented 7 years ago

If a Rope is intended to be a superset of String, it should provide all functions in the String API and provide implementations of all traits that are implemented for String.

hawkw commented 7 years ago

Requires #14

hawkw commented 7 years ago

Requires #15