[][src]Module bolero_generator::alloc_generators

Re-exports

pub use collections::CollectionGenerator;

Modules

boxed
collections
string
sync

Structs

BTreeMap

A map based on a B-Tree.

BTreeMapGenerator
BTreeSet

A set based on a B-Tree.

BTreeSetGenerator
BinaryHeap

A priority queue implemented with a binary heap.

BinaryHeapGenerator
LinkedList

A doubly-linked list with owned nodes.

LinkedListGenerator
Vec

A contiguous growable array type, written Vec<T> but pronounced 'vector'.

VecDeque

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

VecDequeGenerator
VecGenerator

Enums

Cow

A clone-on-write smart pointer.

Traits

ToOwned

A generalization of Clone to borrowed data.

Type Definitions

Bytes
BytesGenerator
Chars
CharsGenerator