peace-table 0.1.0

A UTF-8, char oriented, text editing optimized, Piece Table implementation
Documentation
[dependencies.str_indices]
version = "0.4"

[features]
contiguous-inserts = []
default = ["optimizations"]
optimizations = ["contiguous-inserts"]

[lib]
name = "peace_table"
path = "src/lib.rs"

[package]
authors = ["Rotem Horesh (rotmh)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A UTF-8, char oriented, text editing optimized, Piece Table implementation"
edition = "2024"
exclude = ["justfile"]
keywords = ["data-structure", "piece-table", "utf8"]
license = "MIT"
license-file = "LICENSE"
name = "peace-table"
readme = "README.md"
repository = "https://github.com/rotmh/peace-table"
version = "0.1.0"