project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
310 stars 43 forks source link

Move the To/FromTLV macros into rs-matter-macros-impl #127

Closed andy31415 closed 7 months ago

andy31415 commented 7 months ago

This allows unit testing for macros implementation (and as a sideffect we can view in tests what code would be generated by these macros and their usage).

Changes