BurntSushi / byteorder

Rust library for reading/writing numbers in big-endian and little-endian.
The Unlicense
980 stars 143 forks source link

Feature Request: Support for embedded-io #213

Open andyolivares opened 2 weeks ago

andyolivares commented 2 weeks ago

Hi, do you have any plan on supporting the Read and Write crates defined in embedded-io? It would be great to be able to use this library in embedded systems (where std::io::Read and std::io::Write are not available).

Thank you!

BurntSushi commented 2 weeks ago

I'm on mobile but I believe there are other issues about this