Rust library to interact with Security Keys, used by Firefox
Перейти к файлу
Tim Taubert 9fe604ebf6 Make U2FManager API sync 2017-06-20 12:02:25 +02:00
src Make U2FManager API sync 2017-06-20 12:02:25 +02:00
.gitignore Initial OSX support 2017-03-31 14:19:42 -07:00
.travis.yml Resolve #2 - Support TravisCI 2017-05-16 08:59:15 -07:00
Cargo.toml Override libudev-sys with our own fork that uses dlopen() 2017-06-20 12:01:08 +02:00
README.md Fix #16 - Improve logging 2017-05-17 12:16:08 -07:00
build.rs Fix for non-OSX platforms 2017-05-09 08:03:32 -07:00

README.md

A Rust USB HID library for interacting with U2F Security Keys

Build Status

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