rust-embedded-community / embedded-nal

An Embedded Network Abstraction Layer
Apache License 2.0
177 stars 25 forks source link

Use stabilized ip_in_core feature #102

Closed newAM closed 5 months ago

newAM commented 8 months ago

ip_in_core is stabilized in rust 1.77, I think it makes sense to use core::net instead of no-std-net when 1.77 reaches stable on 2024-03-21.

This is a draft PR to start the discussion. I will update CI to run on stable when 1.77 releases.