Crate yubikey_cli

Source
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§

commands
Commands of the CLI application
terminal
Status messages

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)