an-cabal / an-rope

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

Implement Rope::append() #9

Closed hawkw closed 7 years ago

hawkw commented 7 years ago

Rope::append() and Rope::with_append() actually both have doctests. Not sure if that's a sufficient amount of tests for us to mark this as done.

WDYT @cjm00?