project-chip / rs-matter

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

Add struct generation support. #124

Closed andy31415 closed 7 months ago

andy31415 commented 7 months ago

This will generate pub struct ... entries.

Leaving the To/From TLV as a followup as it seems more complex.

image