An open API service indexing awesome lists of open source software.

https://github.com/superauguste/zacket

Packet parsing in Zig!
https://github.com/superauguste/zacket

Last synced: over 1 year ago
JSON representation

Packet parsing in Zig!

Awesome Lists containing this project

README

          

# zacket

Packet parsing in Zig inspired by [gopacket](https://github.com/google/gopacket)!

## Design

Every layer accepts a buffer rather than a reader as knowing the length of all the data is required to properly handle errors and decode Jumbo packets.