| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-28 | Fix rebase fail | Taiki Endo | -3/+3 | |
| 2019-02-13 | impl Deref/DerefMut for IoVec types | Steven Fackler | -3/+3 | |
| Returning &'a mut [u8] was unsound, and we may as well just have them directly deref to their slices to make it easier to work with them. | ||||
| 2019-02-13 | Add vectored read and write support | Steven Fackler | -0/+63 | |
| This functionality has lived for a while in the tokio ecosystem, where it can improve performance by minimizing copies. | ||||
