JelteF / derive_more

Some more derive(Trait) options
MIT License
1.68k stars 117 forks source link

Update documentation about Error in no_std #382

Closed JelteF closed 2 months ago

JelteF commented 2 months ago

The error_in_core feature is not necessary anymore when building, because the feature got stabilized on nightly. Now it's just a waiting game until it is on actual stable Rust. This updates the documentation accordingly, as well as adding some no_std tests for Error.