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
70 stars 23 forks source link

Export `std::error::Error` #9

Open olanod opened 2 years ago

olanod commented 2 years ago

This is more of a question since I don't know its implications. Would it make sense for this crate to re-export std::error::Error when the std feature is enabled so users don't have to do the feature flagging themselves?

bbqsrc commented 2 years ago

Should be fine, if someone can make a PR for it I'd be happy