nfc1-sys 0.3.13

Low-level Rust bindings for libnfc. For high-level safe bindings, see crate nfc1.
Documentation
1
2
3
4
5
6
7
8
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

#[cfg(test)]
mod test;

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));