Registry / utility / xi-rope

xi-rope

JSON →
library0.3.0rscratesunverified

A generic rope data structure built on top of B-Trees.

# Cargo.toml [dependencies] xi-rope = "0.3.0"
INSTALL
IMPORT
SIG · XI-ROPE
X
xi-rope
utilityrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rope
use xi_rope::Rope;

Creates a rope from a string and prints its length.

use xi_rope::Rope; fn main() { let rope = Rope::from("Hello, world!"); println!("Length: {}", rope.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
xi-rope — cargo add xi-rope · libregistry