danielhenrymantilla / rust-uninit

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

Consider making `std` a non-default feature #20

Open kupiakos opened 10 months ago

kupiakos commented 10 months ago

This is common practice for "no_std-first" libraries, those that consider no_std users their primary target. This is because it makes it easier for no_std users to include: no no-default-features required.

danielhenrymantilla commented 9 months ago

Good point!