Registry / utility / ropey
library1.6.1rscratesunverified

A fast and robust text rope for Rust.

# Cargo.toml [dependencies] ropey = "1.6.1"
INSTALL
IMPORT
SIG · ROPEY
R
ropey
utilityrustv1.6.1
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 ropey::Rope;

Create a rope, insert text, and print the result.

use ropey::Rope; fn main() { let mut rope = Rope::from_str("Hello, world!"); rope.insert(5, " cruel"); println!("{}", rope); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
ropey — cargo add ropey · libregistry