Closed Sporif closed 1 year ago
Makes it possible to build this crate with stable rust. ~And the performance seems fine without all the *_unchecked.~
*_unchecked
Ok, but I thought unsafe should be used only when absolutely necessary (i.e measurable performance gain, ffi etc).
Makes it possible to build this crate with stable rust. ~And the performance seems fine without all the
*_unchecked
.~