jturner314 / ndarray-npy

.npy and .npz file format support for ndarray
https://docs.rs/ndarray-npy
Apache License 2.0
56 stars 18 forks source link

Remove unnecessary assertions #14

Closed jturner314 closed 5 years ago

jturner314 commented 5 years ago

Rust guarantees that the size and alignment of bool is 1, the bitwise representation of false is 0x00, and the bitwise representation of true is 0x01.