danielhenrymantilla / rust-uninit

Read trait fixed to soundly work with uninitalized memory
MIT License
25 stars 2 forks source link

Consider removing `const_generics` as a feature #19

Closed kupiakos closed 10 months ago

kupiakos commented 10 months ago

By reducing the number of features, it's easier to ensure everything is tested and working correctly.

Const generics were added in Rust 1.51, released over two years ago. The removal would affect #14.