diff --git a/host/src/lib.rs b/host/src/lib.rs index 848154a2..ca7ca175 100644 --- a/host/src/lib.rs +++ b/host/src/lib.rs @@ -1,3 +1,9 @@ +//! Trouble is a Bluetooth Low Energy (BLE) Host implementation that communicates +//! with a controller over any transport implementing the traits from the `bt-hci` +//! crate. +//! +//! Trouble can run on embedded devices (`no_std`) and be configured to consume +//! as little resources are needed depending on your required configuration. #![no_std] #![allow(async_fn_in_trait)] #![allow(dead_code)]