Experimental apdu/pcsc bindings to the yubikey oath application
Find a file
Bilal Elmoussaoui 612e872afc
Some checks failed
CI / Check (push) Has been cancelled
CI / Test Suite (push) Has been cancelled
CI / Rustfmt (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / cargo-deny (push) Has been cancelled
Avoid public fields
Makes it hard to change internal details without breaking API. Instead expose getters where needed;
We might need to go through the publicly exposed API and only keep the bare minimum
2025-02-16 16:55:31 +01:00
.github/workflows setup ci along with cargo deny 2025-02-13 13:36:41 +01:00
src Avoid public fields 2025-02-16 16:55:31 +01:00
.gitignore reading oath 2025-02-06 12:02:12 +01:00
.rustfmt.toml enable some rustfmt nightly features 2025-02-13 12:26:03 +01:00
Cargo.lock chore: drop base64 dependency 2025-02-15 17:04:22 +01:00
Cargo.toml chore: drop base64 dependency 2025-02-15 17:04:22 +01:00
deny.toml clean up lifetimes 2025-02-13 23:01:49 +01:00
flake.lock reading oath 2025-02-06 12:02:12 +01:00
flake.nix clean up legacy 2025-02-10 10:58:54 +01:00
LICENSE RefreshableOathCode 2025-02-11 21:04:17 +01:00
rust-toolchain.toml reading oath 2025-02-06 12:02:12 +01:00
treefmt.nix reading oath 2025-02-06 12:02:12 +01:00