9fe604ebf6 | ||
---|---|---|
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
README.md | ||
build.rs |
README.md
A Rust USB HID library for interacting with U2F Security Keys
This is a cross-platform library for interacting with U2F Security Key devices via Rust.
Usage
There's only a simple main function that tries to register and sign right now. It uses
env_logger for logging, which you
configure with the RUST_LOG
environment variable:
cargo build
RUST_LOG=debug ./target/debug/main