Crate trouble_host_macros

Crate trouble_host_macros 

Source
Expand description

Procedural Macros for the trouble_host crate.

This crate is enabled by the ‘derive’ feature of the trouble_host crate. It adds helper macros to simplify the creation of GATT services and servers.

Macros§

uuid
Create a UUID object from a string or other convertible literal, similar to how UUIDs can be specified in a gatt_service derivation.

Attribute Macros§

gatt_server
Gatt Service attribute macro.
gatt_service
Gatt Service attribute macro.