You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a little annoying to import buffered::BufferedReader and mem::MemWriter. It'd be really nice if the imports were std::io::BufferedReader and std::io::MemWriter.
If possible, I would also like to make both the mem/buffered and whatever other modules are re-exported private.