Docs.rs
omama_cli-0.1.1
omama_cli 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ALAWIII
Dependencies
anyhow ^1.0.97
normal
clap ^4.5.35
normal
ollama-rs ^0.2.5
normal
omama_manager ^0.1.1
normal
serde ^1.0.217
normal
serde_json ^1.0.140
normal
tokio ^1.43.0
normal
tokio-stream ^0.1.17
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
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
omama_cli/
lib.rs
1
mod
ui;
2
pub use
ui::
*
;
3
mod
config;
4
pub use
config::
*
;
5
mod
handle_args;
6
pub use
handle_args::
*
;