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
13
14
[package]
name            = "flo_rope"
version         = "0.2.0"
license         = "Apache-2.0"
authors         = ["Andrew Hunter <andrew@logicalshift.co.uk>"]
description     = "An attributed and streaming implementation of the rope data structure"
repository      = "https://github.com/Logicalshift/flo_rope"
documentation   = "http://docs.rs/flo_rope"
readme          = "README.md"
edition         = "2021"

keywords        = [ "rope", "text" ]

[dependencies]