Docs.rs
clap-2.23.2
clap 2.23.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kbknapp
github:clap-rs:admins
github:rust-cli:maintainers
Dependencies
bitflags ^0.8.0
yaml-rust ^0.3.5
strsim ^0.6.0
ansi_term ^0.9.0
term_size ^0.3.0
clippy ~0.0.118
unicode-segmentation ^1.0.1
atty ^0.2.2
unicode-width ^0.1.4
vec_map ^0.7.0
lazy_static ^0.2
regex ^0.2
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-gnu
x86_64-pc-windows-msvc
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
clap
Type Definition
clap
::
Result
[
−
]
[src]
type Result<T> =
StdResult
<T,
Error
>;
Short hand for
Result
type