Module nom::lib::std [−][src]
Modules
boxed |
A pointer type for heap allocation. |
cmp |
Functionality for ordering and comparison. |
collections |
Collection types. |
convert |
Traits for conversions between types. |
fmt |
Utilities for formatting and printing |
hash |
Generic hashing support. |
iter |
Composable external iteration. |
mem |
Basic functions for dealing with memory. |
ops |
Overloadable operators. |
option |
Optional values. |
prelude | |
result |
Error handling with the |
slice |
A dynamically-sized view into a contiguous sequence, |
str |
Unicode string slices. |
string |
A UTF-8 encoded, growable string. |
vec |
A contiguous growable array type with heap-allocated contents, written
|