Skip to content

Commit

Permalink
add toplevel desc
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Apr 24, 2024
1 parent 4963b5a commit 3ab0358
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions host/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down

0 comments on commit 3ab0358

Please sign in to comment.