File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818- ` DacsByte ` now stores level data as zero-copy ` View<[u8]> ` values.
1919- Added ` to_bytes ` and ` from_bytes ` on ` DacsByte ` for zero-copy serialization.
2020- Documented the byte layout produced by ` DacsByte::to_bytes ` with ASCII art.
21+ - Switched ` anybytes ` dependency to track the upstream Git repository for the
22+ latest changes.
2123- Flags are serialized before level data to eliminate padding.
2224- ` DacsByte ` stores all flags and levels in one contiguous byte buffer and ` to_bytes ` simply clones this buffer.
2325- Added ` get_bits ` methods to ` BitVectorData ` and ` BitVector ` .
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rust-version = "1.61.0"
1919[dependencies ]
2020anyhow = " 1.0"
2121num-traits = " 0.2.15"
22- anybytes = { version = " 0.19 " , features = [" zerocopy" ] }
22+ anybytes = { git = " https://github.com/triblespace/anybytes " , features = [" zerocopy" ] }
2323zerocopy = " 0.8"
2424
2525[features ]
You can’t perform that action at this time.
0 commit comments