Docs.rs
cli-helpers-0.1.0
cli-helpers 0.1.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
travisbrown
Dependencies
chrono ^0.4
normal
clap ^4
normal
log ^0.4
normal
simplelog ^0.12
normal
thiserror ^1
normal
Versions
30%
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
cli_
helpers
0.1.0
Module prelude
Module Items
Re-exports
Modules
Traits
Derive Macros
In crate cli_
helpers
cli_helpers
Module
prelude
Copy item path
Source
Re-exports
§
pub use super::
Timestamp
;
pub use super::
Verbosity
;
pub use
clap
;
Modules
§
log
Traits
§
Parser
Parse command-line arguments into
Self
.
Derive Macros
§
Parser
Generates the
Parser
implementation.