`embedded-hal` v1.0 is now released! Go check it out!
- Just released embedded-io to crates.io! IO traits for no_std, embedded-hal style. Comes in both blocking and async flavors. github.com/embassy-rs/emb… #Rust #embedded
- @vercel @vercel_support your edge servers respond incorrectly to TCP SYN packets with SEQ=0. Reply should have ACK=1, it has ACK=0. Also lacks a random SEQ.
- New #rust crate: rcobs (reverse-COBS) is like COBS encoding but with no lookahead required for encoding. Idea by @bitshiftmask

