3 unstable releases
| 0.2.1 | Jan 21, 2023 |
|---|---|
| 0.2.0 | Jan 18, 2023 |
| 0.1.0 | Dec 28, 2022 |
#355 in Text editors
16KB
296 lines
Rust Piece Table
A Piece table is a data strcture used for representing text commonly used in text editors.
Documentation can be found on docs.rs and the crate at crates.io.
lib.rs:
PieceTable
A piece table data structure implementation.