flo_rope 0.2.0

An attributed and streaming implementation of the rope data structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod node;
mod branch;
mod utf8_rope;
mod rope_extensions;
mod attributed_rope;
mod attributed_rope_iterator;
#[cfg(test)] mod tests;

pub use self::utf8_rope::*;
pub use self::attributed_rope::*;
pub use self::attributed_rope::*;
pub use self::attributed_rope_iterator::*;