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
15
<h1>Packeteer</h1>
<p>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.</p>

<h2>Supported protocols</h2>
<ul>
<li>HTTP/1.x</li>
</ul>

<h2>What Packeteer is not</h2>
<ul>
<li>a TCP/UDP stream handling library</li>
<li>a server</li>
<li>a protocol client</li>
<li>the only way to do this, probably</li>
</ul>