Expand description
yubikey
command-line utility.
The goal of this tool is to provide functionality similar to yubico-piv-tool
but implemented in pure Rust.
It also serves as a demonstration/example of how to use the yubikey
crate.
Modules§
Macros§
- status_
err - Print an error message (in red if colors are enabled)
- status_
ok - Print a success status message (in green if colors are enabled)
- status_
warn - Print a warning status message (in yellow if colors are enabled)