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

non buffered bitbuffer

This commit is contained in:
Robin Appelman 2020-12-05 22:49:39 +01:00
commit fed1da5cb0
4 changed files with 10 additions and 13 deletions

5
Cargo.lock generated
View file

@ -70,10 +70,9 @@ dependencies = [
[[package]]
name = "bitbuffer"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6007718437539bc4564d96742ad7a86adf1244b5fb6e0381b426034f957edb7f"
dependencies = [
"bitbuffer_derive",
"err-derive",
"memchr",
"num-traits",
]
@ -81,8 +80,6 @@ dependencies = [
[[package]]
name = "bitbuffer_derive"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d481746ea558a93cdbd62cd9766ab7f56789dcb2605b8344727c5ee92007070"
dependencies = [
"proc-macro2",
"quote",