freefare 0.3.0

Rust bindings for the libfreefare library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![crate_name = "freefare"]
#![crate_type = "dylib"]

extern crate libc;
extern crate nfc_sys;
extern crate freefare_sys;

pub mod felica;
pub mod freefare;
pub mod mad;
pub mod mifare;
pub mod tlv;
pub mod ntag21x;