Fixing a panic in copy_from_slice
Dependencies
- [2]
MHZGMWJEReorganising the files - [3]
N625OONSVersion bump - [4]
53LCNWY2Fixing compilation errors on Windows - [5]
IH334Q5AReboot - [6]
NOSZA4ZMFixing tests - [7]
GXWDF2M2Debugging (including moving to xxhash-rust instead of twox-hash) - [8]
TKSHSYFMUsing pkg-config to find the libraries (+ some cleanup) - [9]
UPRY2FELRemove bindgen dependency - [10]
HELRYMZKManual bindings (Windows and Clang aren't very good friends), and getting rid of anyhow
Change contents
- replacement in "src/compress/framelog.rs" at line 80
output[*pos..*pos + len_write].copy_from_slice(&value.to_ne_bytes());let bytes = value.to_le_bytes();output[*pos..*pos + len_write].copy_from_slice(&bytes[..len_write]); - replacement in "Cargo.toml" at line 4
version = "0.2.0"version = "0.2.1" - replacement in "Cargo.lock" at line 134
version = "0.2.0"version = "0.2.1"