Docs.rs
kairo-desktop-0.3.2
kairo-desktop 0.3.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
aelesbao
Dependencies
anyhow ^1.0.100
normal
clap ^4.5.51
normal
clap-verbosity ^2.1.0
normal
console ^0.16.1
normal
dialoguer ^0.12.0
normal
iced ^0.14.0
normal
kairo-core ^0.3.2
normal
log ^0.4.28
normal
pretty_env_logger ^0.5.0
normal
unicode-segmentation ^1.12.0
normal
Versions
28.57%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
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
kairo_desktop/
lib.rs
1
mod
app;
2
pub mod
cli;
3
4
pub use
cli::run;
5
pub use
kairo_core::{Error,
Result
};