homekit 0.0.0

`no_std` HomeKit Accessory Protocol implementation
Documentation
1
2
3
4
5
6
7
#![no_std]

#[cfg(test)]
#[macro_use]
extern crate std;

pub mod advertise;