Dynamic borrowing iterator.
Macros for 'ref_iter'.
Traits for iterating over referenced data without consuming the iterator
A UTF8 / Unicode Converter for no_std
Wrapper of dynamically borrowed data.
A replacement of std::cell::RefCell adding advanced support for mapping borrows.
Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.
Crate for capturing stack dumps
ε-serde is an ε-copy (i.e., almost zero-copy) serialization/deserialization framework
Consistent Overhead Byte Stuffing — COBS — and variant COBS/R
collection and iterator comprehensions for Rust
Fast nearest-neighbour search over fixed-length DNA sequences using Hamming distance