#stable #byte #targets #numbers #io-slice

advance

IoSlice::advance() for stable targets

1 unstable release

0.1.0 May 28, 2022

#41 in #targets

Download history 4/week @ 2023-12-18 2/week @ 2023-12-25 2/week @ 2024-01-08 4/week @ 2024-01-15 13/week @ 2024-02-05 10/week @ 2024-02-12 25/week @ 2024-02-19 25/week @ 2024-02-26 20/week @ 2024-03-04 23/week @ 2024-03-11 19/week @ 2024-03-18 34/week @ 2024-03-25 47/week @ 2024-04-01

128 downloads per month
Used in 3 crates (via breadx)

BSL-1.0 license

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.

No runtime deps