rs-matter/rs-matter-macros
2023-07-22 16:29:50 +00:00
..
src Rename matter(-iot) to rs-matter; matter_macro_derive to rs-matter-macros; tlv_tool to just tlv 2023-07-22 10:31:29 +00:00
Cargo.toml cargo fmt and clippy; build and test most features; publish actions 2023-07-22 16:29:50 +00:00
README.md cargo fmt and clippy; build and test most features; publish actions 2023-07-22 16:29:50 +00:00

rs-matter-macros: The Rust Implementation of Matter Library - Proc-macros

Proc-macros for implementing the ToTLV and FromTLV traits.

NOTE: The macros are re-exported by the rs-matter crate which should be used instead of adding a direct dependency on the rs-matter-macros crate.