Add partial Debug impls for Context and YubiKey (#457)

This enables `yubikey::Result<T>` to be debug-formatted, for example
when wrapping the output of an API method in `dbg!()`.
This commit is contained in:
str4d
2023-01-01 18:16:10 +00:00
committed by GitHub
parent 002491193e
commit 10941bfb5b
3 changed files with 21 additions and 0 deletions
+4
View File
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- `impl Debug for {Context, YubiKey}`
## 0.7.0 (2022-11-14)
### Added
- Display inner PC/SC errors ([#420])