Docs.rs
rat-text-3.0.0
rat-text 3.0.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
thscharler
Dependencies
chrono ^0.4
normal
dyn-clone ^1.0.17
normal
format_num_pattern ^0.9
normal
iset ^0.3
normal
log ^0.4
normal
pure-rust-locales ^0.8
normal
rat-cursor ^2.0
normal
rat-event ^2.0
normal
rat-focus ^2.0
normal
rat-reloc ^2.0
normal
rat-scrolled ^2.0
normal
ratatui-core ^0.1.0-beta.0
normal
ratatui-crossterm ^0.1.0-beta.0
normal
ratatui-widgets ^0.3.0-beta.0
normal
regex-cursor ^0.1.5
normal
ropey ^1.6.1
normal
rustc-hash ^2.1
normal
unicode-display-width ^0.3
normal
unicode-segmentation ^1.11
normal
anyhow ^1.0
dev
cli-clipboard ^0.4
dev
fern ^0.7
dev
lipsum ^0.9.1
dev
lorem-rustum ^0.0.5
dev
rat-theme4 ^4
dev
Versions
93.43%
of the crate is documented
Go to latest version
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_
text
3.0.0
Module core
Module Items
Modules
Structs
Traits
In crate rat_
text
rat_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.