project-chip / rs-matter

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

Use stabilized core::net on no_std #148

Closed 3wnbr1 closed 5 months ago

3wnbr1 commented 5 months ago

Rust 1.77 release on the March 21st stabilized core::net

Use the newly stabilized core::net allows remove dependency upon third party create no-std-net and use the official types for network addresses in no-std environments

I'll make follow-up PR in smoltcp to have types conversion between rs-matter (core::net)and smoltcp

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.