mirror of
https://github.com/smoltcp-rs/smoltcp.git
synced 2025-10-02 07:10:39 +00:00

This brings the code to a more modern Rust style. - Dstructuring is not so necessary nowadays, with the borrow checker being smarter, especially around partial captures in closures. - "ref" is barely needed anymore, with [match ergonomics](https://rust-lang.github.io/rfcs/2005-match-ergonomics.html).