Rust parser for Photon packets
Find a file
2025-02-09 15:05:39 -05:00
server Add server op dispatcher 2025-02-09 15:05:39 -05:00
src Force cryptographer to be threadsafe 2025-02-08 11:57:50 -05:00
.gitignore Add server op dispatcher 2025-02-09 15:05:39 -05:00
Cargo.lock Create initial parse functionality 2025-02-05 21:17:45 -05:00
Cargo.toml Create initial parse functionality 2025-02-05 21:17:45 -05:00
LICENSE Add important info 2025-02-05 21:24:09 -05:00
README.md Add important info 2025-02-05 21:24:09 -05:00

Polariton

A rudimentary data parsing library for Photon engine's packet format used in many Unity games.

TODO

  • Stop using binrw (it doesn't count how much is read and is a bit of a pain to deal with, though the codegen is really nice)
  • Fix outstanding parsing bugs (Dict does not work properly)