Docs.rs
clap-2.15.0
clap 2.15.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kbknapp
github:clap-rs:admins
github:rust-cli:maintainers
Dependencies
strsim ~0.5.1
unicode-width ~0.1.3
ansi_term ~0.9.0
clippy ~0.0.95
libc ~0.2.9
bitflags ~0.7
vec_map ~0.6
yaml-rust ~0.3.2
unicode-segmentation ~0.1.2
term_size ~0.2.0
regex ~0.1.69
Versions
This release has been yanked, 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