Core::io outside of official rust

Is anyone else besides arkworks doing similar no_std drop ins for the io::{Read,Write} traits? If so, maybe worth seeing if they could be unified?

There are folks like core-io doing associated Error types, but they're not interesting, as they cannot drop-in replace std.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.