Module fbthrift_git::builtin_types[][src]

Modules

binary_heap

A priority queue implemented with a binary heap.

btree_map

A map based on a B-Tree.

btree_set

A set based on a B-Tree.

hash_map

A hash map implemented with quadratic probing and SIMD lookup.

hash_set

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

linked_list

A doubly-linked list with owned nodes.

vec_deque

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

Structs

BTreeMap

A map based on a B-Tree.

BTreeSet

A set based on a B-Tree.

BinaryHeap

A priority queue implemented with a binary heap.

Bytes

A reference counted contiguous slice of memory.

HashMap

A hash map implemented with quadratic probing and SIMD lookup.

HashSet

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

LinkedList

A doubly-linked list with owned nodes.

VecDeque

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

Enums

TryReserveErrorExperimental

The error type for try_reserve methods.

Bound

An endpoint of a range of keys.