Docs.rs
rat-widget-2.4.0
rat-widget 2.4.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
thscharler
Dependencies
chrono ^0.4
normal
crossterm ^0.28
normal
dirs ^6.0.0
normal
optional
log ^0.4
normal
map_range_int ^1.0
normal
rat-event ^1.2
normal
rat-focus ^1.5
normal
rat-ftable ^1.2
normal
rat-menu ^2.1
normal
rat-popup ^2.2
normal
rat-reloc ^1.2
normal
rat-scrolled ^1.3
normal
rat-text ^2.3
normal
ratatui ^0.29
normal
sysinfo ^0.33
normal
optional
unicode-display-width ^0.3
normal
unicode-segmentation ^1.11
normal
anyhow ^1.0
dev
chrono ^0.4
dev
cli-clipboard ^0.4
dev
fern ^0.7
dev
format_num_pattern ^0.9
dev
pure-rust-locales ^0.8
dev
rand ^0.8
dev
sys-locale ^0.3.2
dev
Versions
79.77%
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 core
rat_
widget
2.4.0
Module core
Module Items
Modules
Structs
Traits
In rat_
widget::
text
rat_widget
::
text
Module
core
Copy item path
Source
Expand description
Core structs for text-editing. Used to implement the widgets.
Modules
§
core_op
Structs
§
Text
Core
Core for text editing.
Text
Rope
Text store with a rope.
Text
String
Single line text-store.
Traits
§
Skip
Line
Extended Iterator that can skip over parts of the underlying data.
Text
Store
Backing store for the TextCore.