Module advtools::prelude[][src]

Macros

Create an iterator over the “cartesian product” of iterators.

Structs

A vector with a fixed capacity.

Captures represents a group of captured strings for a single match.

A hash map implemented with quadratic probing and SIMD lookup.

A hash set implemented as a HashMap where the value is ().

A compiled regular expression for matching Unicode strings.

A double-ended queue implemented with a growable ring buffer.

Enums

A view into a single entry in a map, which may either be vacant or occupied.

Traits

An Iterator blanket implementation that provides extra adaptors and methods.

Functions

Perform a binary search

Creates an iterator that yields an element exactly once.

Rotate steps towards lower indices.