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

Add std's existing io::read_to_end implementation to core2::io #8

Closed antoinevg closed 3 years ago

antoinevg commented 3 years ago

Proposed Changes

This is pretty much a verbatim port of the existing std::io implementation so any constructive criticism would be greatly appreciated!