typ-buffer 0.2.1

Rope-backed text buffer with selections, multi-cursor, undo and search, for the TYPE terminal IDE
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "typ-buffer"

version.workspace = true

edition.workspace = true

rust-version.workspace = true

license.workspace = true

description = "Rope-backed text buffer with selections, multi-cursor, undo and search, for the TYPE terminal IDE"

repository.workspace = true

homepage.workspace = true

keywords.workspace = true

categories.workspace = true



[dependencies]

anyhow.workspace = true

ropey.workspace = true

unicode-segmentation.workspace = true

unicode-width.workspace = true