Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 358 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 358 Bytes

crabnet

ci

Rust library for creating and parsing network packets.

Features

  • Crabnet extensively makes use of the Rust's type system to validate parsing and creation of packets at compile time.
  • The checksum for each layer is automatically computed on packet creation.