Expand description
This crate defines a set of commonly used cli utils.
Re-exports§
pub use load_secret_key::get_secret_key;
pub use parsers::hash_or_num_value_parser;
pub use parsers::parse_duration_from_secs;
pub use parsers::parse_duration_from_secs_or_ms;
pub use parsers::parse_socket_address;
Modules§
- allocator
- Custom allocator implementation.
- load_
secret_ key - Helper function to load a secret key from a file.
- parsers
- Cli parsers functions.
- sigsegv_
handler Unix and (GNU or macOS) - Signal handler to extract a backtrace from stack overflow.