Docs.rs
cli-rs-0.1.13
cli-rs 0.1.13
Permalink
Docs.rs crate page
Unlicense
Links
crates.io
Source
Owners
Parth
Dependencies
cli-rs-command-gen ^0.1.12
normal
colored ^2
normal
Versions
1.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
cli_rs/
lib.rs
1
pub mod
arg;
2
pub mod
cli_error;
3
pub mod
command;
4
pub mod
flag;
5
pub mod
input;
6
pub mod
parser;