Re-export the rs-matter crate
The Data Model as defined by the Matter Core spec: the structure and schema
of a node - its endpoints, clusters, attributes, commands and events - and
the handlers that give them behaviour.
Re-export the rs-matter crate
The Interaction Model as defined by the Matter Core spec: the interactions
(Read, Subscribe/Report, Write, Invoke, Timed) and their TLV-serde encoding
types, plus the engine - InteractionModel - that drives those
interactions against a crate::dm data model.
Re-export the rs-matter crate
This module provides the key-value BLOB store traits used throughout rs-matter for persistence, as well as some implementations for those.
Re-export the rs-matter crate
A helper macro that makes it easier to specify the full type of a ChainedHandler instantiation,
which can be quite annoying in the case of long chains of handlers.