Module advtools::prelude

source ·

Re-exports

pub use itertools;
pub use regex;
pub use odds;
pub use arrayvec;
pub use rayon;

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

Conversion from an Iterator.
The trait Itertools: extra iterator adaptors and methods for iterators.

Functions

Rotate steps towards lower indices.