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.