https://github.com/dsgriffin/freefare-sys
:wrench:FFI bindings to libfreefare
https://github.com/dsgriffin/freefare-sys
ffi-bindings libfreefare nfc rust rust-bindings
Last synced: 6 months ago
JSON representation
:wrench:FFI bindings to libfreefare
- Host: GitHub
- URL: https://github.com/dsgriffin/freefare-sys
- Owner: dsgriffin
- License: mit
- Created: 2016-06-11T00:12:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T20:18:08.000Z (over 7 years ago)
- Last Synced: 2024-11-28T11:49:26.494Z (7 months ago)
- Topics: ffi-bindings, libfreefare, nfc, rust, rust-bindings
- Language: Rust
- Size: 331 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freefare-sys
[](https://crates.io/crates/freefare-sys)
`freefare-sys` provides FFI bindings to [libfreefare](https://github.com/nfc-tools/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](http://nfc-tools.org/index.php?title=Libnfc#Debian_.2F_Ubuntu), `brew install libnfc` using Homebrew on Mac OS X, or on [other systems](http://nfc-tools.org/index.php?title=Libnfc#Installation)).
Also [`libfreefare`](http://nfc-tools.org/index.php?title=Libfreefare) of course (`brew install libfreefare` using Homebrew on Mac OS X).
### Cargo.toml
```toml
[dependencies]
libc = "0.2.0"
freefare-sys = "0.2.0"
```
## ContributingI'm brand new to Rust so any help or constructive information would be really appreciated. Thanks in advance!
## License
MIT