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 central;
pub(crate) mod helpers;
pub mod l2cap;
pub mod peripheral;

pub use central::AppleCentral;
pub use peripheral::ApplePeripheral;