Crates.io | freefare-sys |
lib.rs | freefare-sys |
version | 0.2.0 |
source | src |
created_at | 2016-06-11 00:13:46.06002 |
updated_at | 2018-01-30 20:18:14.974858 |
description | FFI bindings for the libfreefare library |
homepage | https://github.com/dsgriffin/freefare-sys |
repository | https://github.com/dsgriffin/freefare-sys |
max_upload_size | |
id | 5345 |
size | 34,813 |
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.
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).
[dependencies]
libc = "0.2.0"
freefare-sys = "0.2.0"
I'm brand new to Rust so any help or constructive information would be really appreciated. Thanks in advance!
MIT