Bluest — Cross-platform Bluetooth LE crate for Rust

crates.io page docs.rs page

Bluest is a cross-platform [Bluetooth] Low Energy (BLE) crate for [Rust]. It supports the GAP Central and GATT Client roles, allowing you to access BLE peripheral devices and the GATT services they provide.

The primary functions provided by Bluest are:

Platform support

Android support is planned.

Features

The serde feature is available to enable serializing/deserializing device identifiers.

Examples

Examples demonstrating basic usage are available in the [examples folder]. Refer to the [API documentation] for more details.