A protocol packet structuring library for Rust.
Find a file
2022-03-12 21:05:43 +00:00
src I thoroughly apologise to the people who want to use this crate seeing the nightmare of updates torrenting out today but the lack of documentation on the gemini module makes me extremely angry and you like documentation too so here you go. 2022-03-12 21:05:43 +00:00
.gitignore add all the stuff! 2022-03-12 16:16:42 +00:00
Cargo.toml I thoroughly apologise to the people who want to use this crate seeing the nightmare of updates torrenting out today but the lack of documentation on the gemini module makes me extremely angry and you like documentation too so here you go. 2022-03-12 21:05:43 +00:00
LICENSE add all the stuff! 2022-03-12 16:16:42 +00:00
README add all the stuff! 2022-03-12 16:16:42 +00:00
README.html add all the stuff! 2022-03-12 16:16:42 +00:00
README.md add all the stuff! 2022-03-12 16:16:42 +00:00

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