[package] name = "from_bytes_or_zeroed" authors = [ "Cai Bear", "Finn Bear" ] version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Reads integers from an arbitrary slice of bytes" [dev-dependencies] rand = "0.8.5" rand_chacha = "0.3.1"