compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

Add custom `IoSlice` #94

Closed George-Miao closed 1 year ago

George-Miao commented 1 year ago

This PR adds IoSlice and IoSliceMut to compio-buf to provide a more flexible api compare to the std one.