freefare-sys

Crates.iofreefare-sys
lib.rsfreefare-sys
version0.2.0
sourcesrc
created_at2016-06-11 00:13:46.06002
updated_at2018-01-30 20:18:14.974858
descriptionFFI bindings for the libfreefare library
homepagehttps://github.com/dsgriffin/freefare-sys
repositoryhttps://github.com/dsgriffin/freefare-sys
max_upload_size
id5345
size34,813
Daniel Griffin (dsgriffin)

documentation

https://github.com/dsgriffin/freefare-sys

README

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

Commit count: 8

cargo fmt