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

generated code for parsing game events

This commit is contained in:
Robin Appelman 2019-03-02 00:39:22 +01:00
commit cc7f9a48cd
18 changed files with 8518 additions and 64 deletions

4
Cargo.lock generated
View file

@ -9,13 +9,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "bitstream_reader"
version = "0.3.1"
dependencies = [
"bitstream_reader_derive 0.3.0",
"bitstream_reader_derive 0.3.1",
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "bitstream_reader_derive"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",