packeteer 0.2.0

An attempt at a Rust library that can be used to assist in programmatically analysing, serving and handling received protocol packets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Packeteer
-------------
Packeteer is a library that can handle structurally organising protocol packets like HTTP 1.x requests and responses as well as generating, structuring, unpacking and potentially more features depending on the protocol.

Supported protocols
-----------------------
* HTTP/1.x

What Packeteer is not
-------------------------
* a TCP/UDP stream handling library
* a server
* a protocol client
* the only way to do this, probably