#communication #nfc #devices

freefare-sys

FFI 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 11, 2016

#1197 in Hardware support

Download history 21/week @ 2024-03-11 12/week @ 2024-03-18 4/week @ 2024-03-25 30/week @ 2024-04-01 9/week @ 2024-04-08 9/week @ 2024-04-15 17/week @ 2024-04-22 14/week @ 2024-04-29 7/week @ 2024-05-06 9/week @ 2024-05-13 22/week @ 2024-05-20 13/week @ 2024-05-27 15/week @ 2024-06-03 16/week @ 2024-06-10 15/week @ 2024-06-17 22/week @ 2024-06-24

69 downloads per month
Used in 3 crates (2 directly)

MIT license

34KB
852 lines

freefare-sys

Crates.io

freefare-sys provides FFI bindings to libfreefare.

Following the *-sys package conventions, the freefare-sys package does not define higher-level abstractions over the native library.

Requirements

Make sure you've got libnfc installed (e.g. Debian/Ubuntu, brew install libnfc using Homebrew on Mac OS X, or on other systems).

Also libfreefare of course (brew install libfreefare using Homebrew on Mac OS X).

Cargo.toml

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

Contributing

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

License

MIT

Dependencies

~65KB