Docs.rs
tuxtui-core-0.1.0
tuxtui-core 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
eshanized
Dependencies
anstyle ^1
normal
optional
bitflags ^2
normal
compact_str ^0.8
normal
dep-insight ^0.3.0
normal
itertools ^0.13
normal
lru ^0.12
normal
optional
palette ^0.7
normal
optional
portable-atomic ^1
normal
optional
serde ^1
normal
optional
strum ^0.26
normal
thiserror ^2
normal
unicode-segmentation ^1
normal
unicode-width ^0.2
normal
criterion ^0.5
dev
insta ^1
dev
pretty_assertions ^1
dev
proptest ^1
dev
rand ^0.8
dev
rstest ^0.23
dev
serde_json ^1
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module buffer
tuxtui_
core
0.1.0
Module buffer
Module Items
Structs
In crate tuxtui_
core
tuxtui_core
Module
buffer
Copy item path
Source
Expand description
Double-buffered terminal cell storage with efficient diffing.
Structs
ยง
Buffer
A buffer representing the terminal screen.
Cell
A single cell in the terminal buffer.
Diff
A diff operation representing changes between two buffers.