technocreatives / core2

The bare essentials of std::io for use in no_std. Alloc support is optional.
https://docs.rs/core2
Apache License 2.0
71 stars 23 forks source link

Remove feature `nightly`? #15

Open dobromyslov opened 2 years ago

dobromyslov commented 2 years ago

I copied your implementation of the BufReader, tested it with new Rust and discovered that it compiles without nightly feature. Looks like Rust already supports const generic. Details: https://blog.rust-lang.org/2021/02/26/const-generics-mvp-beta.html

Maybe it's time to remove the nightly feature?