packeteer 0.5.3

An attempt at a Rust library that can be used to assist in programmatically analysing, serving and handling received protocol packets.
Documentation

Packeteer

Packeteer is a library that can handle programatically structuring protocol packets as well as generating, constructing from raw, and unpacking depending on the protocol.

Supported protocols

  • HTTP/1.x
  • Gemini
  • FTP
  • DNS

What Packeteer is not

  • a TCP/UDP stream handling library
  • a server
  • a protocol client
  • the only way to do this, probably