Docs.rs
getopt-1.1.7
getopt 1.1.7
Permalink
Docs.rs crate page
BSD-3-Clause-Clear
Links
Repository
crates.io
Source
Owners
dragonmaus
Dependencies
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
getopt
1.1.7
All Items
Sections
getopt
Crate Items
Structs
Enums
Type Aliases
Crate
getopt
Copy item path
Source
Expand description
§
getopt
getopt
provides a minimal, (essentially) POSIX-compliant option parser.
Structs
§
Error
A basic error type for
Parser
Opt
A single option.
Parser
The core of the
getopt
crate.
Enums
§
Error
Kind
What kinds of errors
Parser
can return.
Type Aliases
§
Result
A specialized
Result
type for use with
Parser