freefare

Crates.iofreefare
lib.rsfreefare
version0.2.0
sourcesrc
created_at2016-06-19 19:10:33.855927
updated_at2018-01-30 23:21:11.718809
descriptionRust bindings for the libfreefare library
homepagehttps://github.com/dsgriffin/freefare
repositoryhttps://github.com/dsgriffin/freefare
max_upload_size
id5426
size41,556
Daniel Griffin (dsgriffin)

documentation

https://github.com/dsgriffin/freefare

README

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

Commit count: 9

cargo fmt