#communication #devices #nfc

freefare

Rust bindings for the libfreefare library

4 releases

Uses old Rust 2015

0.2.0 Jan 30, 2018
0.1.2 Oct 15, 2016
0.1.1 Jun 21, 2016
0.1.0 Jun 19, 2016

#797 in Hardware support

40 downloads per month

MIT license

41KB
619 lines

freefare

Crates.io

Rust bindings for the libfreefare library.

For raw FFI bindings for libfreefare, see freefare-sys.

Installation

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)

Cargo.toml

[dependencies]
libc = "0.2.0"
freefare = "0.2.0"

Example Usage

TODO

  • Replace any raw pointers
  • Provide examples
  • Documentation
  • Test

Contributing

I'm brand new to Rust so any help or constructive information would be really appreciated. Thanks in advance!

License

MIT

Dependencies

~99KB