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 of the CLI application
Status messages

Macros

Print an error message (in red if colors are enabled)
Print a success status message (in green if colors are enabled)
Print a warning status message (in yellow if colors are enabled)