Cargo Features

an-rope has no features set by default.

[dependencies]
an-rope = { version = "0.3.1", features = ["atomic", "rebalance", "unstable", "clippy", "tendril"] }
atomic

Affects internals::NodeLink

rebalance
unstable

Features from optional dependencies

clippy implicit feature

Enables clippy ^0.0.106

clippy:

A bunch of helpful lints to avoid common pitfalls in Rust

tendril implicit feature

Enables tendril ^0.2.3

tendril:

Compact buffer/string type for zero-copy parsing