Docs.rs
altar-0.1.0
altar 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
kitlangton
Dependencies
async-trait ^0.1.80
normal
bitflags ^2.5.0
normal
compact_str ^0.7.1
normal
crossterm ^0.27.0
normal
futures ^0.3.30
normal
pretty_assertions ^1.4.0
normal
proptest ^1.4.0
normal
tokio ^1.37.0
normal
unicode-segmentation ^1.11.0
normal
unicode-width ^0.1.12
normal
criterion ^0.5.1
dev
pretty_assertions ^1.4.0
dev
uuid ^1.8.0
dev
Versions
17.32%
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
Crate altar
altar
0.1.0
All Items
Crate Items
Modules
Structs
Enums
Functions
Crate
altar
Copy item path
Source
Re-exports
§
pub use
terminal_app
::*;
pub use
view
::*;
Modules
§
buffer
direction
terminal_
app
view
Structs
§
AnyView
KeyEvent
Represents a key event.
Enums
§
Color
Represents a color.
KeyCode
Represents a key.
Functions
§
hstack
Creates a horizontal stack view
text
Creates a text view
vstack
Creates a vertical stack view
with_
size
Creates a view given a function that’s passed the current size of the view
zstack
Creates overlapping views