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
This crate contains some unsafe code required for efficient io operations, so I'd like your review @jonhoo .
It should be quite easy to review since it only has roughly 800 lines of code.
Some of them (IoSliceExt) might even be qualified to upstream to std library.
The text was updated successfully, but these errors were encountered:
Unfortunately, I don't have the spare cycles at the moment to do a proper review of this at the moment 😞
Feel free to review it at anytime, though it should not take much time to review this crate because the functions are highly decoupled with relatively few unsafe.
This crate contains some
unsafe
code required for efficient io operations, so I'd like your review @jonhoo .It should be quite easy to review since it only has roughly 800 lines of code.
Some of them (
IoSliceExt
) might even be qualified to upstream to std library.The text was updated successfully, but these errors were encountered: