project-chip / rs-matter

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

Start using idl parsing for basic_info and media clusters #139

Closed andy31415 closed 5 months ago

andy31415 commented 5 months ago

These could not be imported previously because some structs in their definition use optional and nullable.

Changes