nfc 1.0.0

High-level Rust bindings for the libnfc library
Documentation
1
2
3
4
5
6
7
8
9
10
//! Raw re-exports from [`nfc-sys`].
//!
//! Use this module when you need libnfc features that cannot be wrapped in a
//! general safe API, such as custom driver registration or emulator callback
//! state machines.
//!
//! Most applications should start with [`crate::Context`] and [`crate::Device`]
//! instead.

pub use nfc_sys::*;