Docs.rs
memos-cli-ui-0.3.0
memos-cli-ui 0.3.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
paulvandermeijs
Dependencies
anyhow ^1.0.89
normal
crossterm ^0.28.1
normal
memos-api ^0.3.0
normal
ratatui ^0.28.1
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
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
Files
memos_cli_ui/
lib.rs
1
pub mod
list;
2
3
pub struct
UI {}
4
5
impl
UI {
6
pub fn
new() ->
Self
{
7
Self
{}
8
}
9
}