Crate advance

Source
Expand description

Provides a function for advancing an IoSlice by a given number of bytes.

Unfortunately, IoSlice::advance() is currently a nightly-only function. The advance function in this crate does the same thing, but can be used on Rust going back to 1.36.0.

Functionsยง

advance
Advances the given IoSlice by n bytes.