Docs.rs
promkit-core-0.2.0
promkit-core 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ynqa
Dependencies
anyhow ^1.0.98
normal
crossbeam-skiplist ^0.1.3
normal
crossterm ^0.29.0
normal
tokio ^1.46.1
normal
unicode-width ^0.2.1
normal
Versions
46.34%
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 render
promkit_
core
0.2.0
Module render
Module Items
Structs
Type Aliases
In crate promkit_
core
promkit_core
Module
render
Copy item path
Source
Structs
§
Renderer
Renderer is responsible for managing and rendering multiple panes in a terminal.
Type Aliases
§
Shared
Renderer
SharedRenderer is a type alias for an Arc-wrapped Renderer, allowing for shared ownership and concurrency.