Crates.io | freefare |
lib.rs | freefare |
version | 0.2.0 |
source | src |
created_at | 2016-06-19 19:10:33.855927 |
updated_at | 2018-01-30 23:21:11.718809 |
description | Rust bindings for the libfreefare library |
homepage | https://github.com/dsgriffin/freefare |
repository | https://github.com/dsgriffin/freefare |
max_upload_size | |
id | 5426 |
size | 41,556 |
Rust bindings for the libfreefare library.
For raw FFI bindings for libfreefare
, see freefare-sys.
Make sure you've got libnfc
installed (on Debian/Ubuntu, or brew install libnfc
using Homebrew on macOS, or on other systems).
Then install libfreefare
(on Debian/Ubuntu, or brew install libfreefare
using Homebrew on macOS)
[dependencies]
libc = "0.2.0"
freefare = "0.2.0"
I'm brand new to Rust so any help or constructive information would be really appreciated. Thanks in advance!
MIT