blew 0.1.0-alpha.2

Cross-platform async BLE library for Rust (Apple, Linux, Android)
Documentation
1
2
3
4
5
6
7
pub mod event_fanout;
pub mod event_stream;
pub mod request_map;

pub use event_fanout::{EventFanout, EventFanoutTx};
pub use event_stream::EventStream;
pub use request_map::RequestMap;