1 unstable release
0.1.0 | May 28, 2022 |
---|
#43 in #targets
54 downloads per month
Used in 3 crates
(via breadx)
5KB
advance
This package provides a stable version of IoSlice::advance()
that can be used in non-nightly packages.
Why, yes, this particular issue bugged me enough for me to make an entire new package for it, how could you tell?
License
This crate is licensed under the Boost Software License 1.0.
lib.rs
:
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.