1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00

packet parsers

This commit is contained in:
Robin Appelman 2019-02-25 23:20:51 +01:00
commit b41bb56822
19 changed files with 626 additions and 64 deletions

View file

@ -8,4 +8,6 @@ edition = "2018"
bitstream_reader = { path = "../../bitbuffer" }
rental = "0.5"
enum-primitive-derive = "0.1.2"
num-traits = "0.2"
num-traits = "0.2"
enumflags2 = "0.5"
enumflags2_derive = "0.5"