Module rayon::collections [−][src]
Parallel iterator types for standard collections
You will rarely need to interact with this module directly unless you need to name one of the iterator types.
Modules
binary_heap | This module contains the parallel iterator types for heaps
( |
btree_map | This module contains the parallel iterator types for B-Tree maps
( |
btree_set | This module contains the parallel iterator types for B-Tree sets
( |
hash_map | This module contains the parallel iterator types for hash maps
( |
hash_set | This module contains the parallel iterator types for hash sets
( |
linked_list | This module contains the parallel iterator types for linked lists
( |
vec_deque | This module contains the parallel iterator types for double-ended queues
( |