-
EtherStruct
Repository: https://github.com/vikingfacer/EtherStructAPI: https://vikingfacer.github.io/EtherStruct/#EtherStruct If you plan on working with network packets you will probably need to serialize and de-serialize them. Otherwise you’ll be operating on byte strings. This post is to show off how I’m serializing and de-serializing packets in Zig with my EtherStruct library. Background two important concepts need to be laid out. After…