project-chip / rs-matter

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

Update syn usage to syn2. #126

Closed andy31415 closed 7 months ago

andy31415 commented 7 months ago

This makes macros and macros-impl the same.

Code also looks reasonably readable (although overall syn is somewhat complex).