Tony Arcieri (iqlusion)
|
78313360a1
|
Add clippy::unwrap_used lint (#515)
Lints for usages of `unwrap()` in the `yubikey` crate (not CLI yet).
Replaces them with `?` or `expect()` as the situation warrants.
|
2023-08-15 18:02:25 -06:00 |
|
str4d
|
10941bfb5b
|
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!()`.
|
2023-01-01 11:16:10 -07:00 |
|
Tony Arcieri (iqlusion)
|
dd4b1c60a4
|
2021 edition upgrade; MSRV 1.56 (#343)
Changes the `edition` to 2021 in both the `yubikey` and `yubikey-cli`
crates.
Removes `TryFrom`/`TryInto` imports, now that they're in the prelude.
|
2022-01-17 14:54:01 -08:00 |
|
Tony Arcieri (iqlusion)
|
227518dd1b
|
Rename readers module to reader; Readers => Context (#278)
Renames the `readers` module to be singular: `reader`.
Renames the former `readers::Readers` struct to `reader::Context`.
|
2021-07-12 11:01:12 -07:00 |
|