blew 0.2.3

Cross-platform async BLE library for Rust (Apple, Linux, Android)
Documentation
1
2
3
4
5
6
pub mod central;
pub mod l2cap;
pub mod peripheral;

pub use central::LinuxCentral;
pub use peripheral::LinuxPeripheral;