Docs.rs
clap-3.0.0-beta.2
clap 3.0.0-beta.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
kbknapp
github:clap-rs:admins
github:rust-cli:maintainers
Dependencies
atty ^0.2
normal
bitflags ^1.2
normal
clap_derive ^3.0.0-beta.2
normal
indexmap ^1.0
normal
lazy_static ^1
normal
os_str_bytes ^2.3
normal
regex ^1.0
normal
strsim ^0.10
normal
termcolor ^1.1
normal
terminal_size ^0.1.12
normal
textwrap ^0.12
normal
unicode-width ^0.1
normal
vec_map ^0.8
normal
yaml-rust ^0.4.1
normal
criterion ^0.3.2
dev
lazy_static ^1
dev
regex ^1.0
dev
version-sync ^0.8
dev
Versions
100%
of the crate is documented
Go to latest stable release
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Result
clap
?
[
−
]
[src]
Type Definition
clap
::
Result
type Result<T> =
StdResult
<T,
Error
>;
Short hand for
Result
type