Skip to content

🔩 Safe Rust bindings to the libfreefare library

License

Notifications You must be signed in to change notification settings

dsgriffin/freefare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🔩 Safe Rust bindings to the libfreefare library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages