mfrc522 0.8.0

A platform agnostic driver to interface the MFRC522 (RFID reader/writer)
Documentation
1
2
3
4
5
6
7
8
mod sealed {
    /// A trait that can be implemented to limit implementations to this crate.
    /// See the [Sealed traits pattern](https://rust-lang.github.io/api-guidelines/future-proofing.html)
    /// for more info.
    pub trait Sealed {}
}

pub(crate) use sealed::Sealed;