osdp 0.2.1

Pure-Rust, no_std-friendly implementation of the SIA Open Supervised Device Protocol (OSDP) v2.2
Documentation
1
2
3
4
5
6
7
//! Higher-level drivers built atop the codec and transport.
//!
//! - [`acu`] — Access Control Unit (master).
//! - [`pd`] — Peripheral Device (slave).

pub mod acu;
pub mod pd;