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.1.0"
-
I'm brand new to Rust so any help or constructive information would be really appreciated. Thanks in advance!
MIT