Module nom::lib::std [−][src]
internal std exports for no_std compatibility
Modules
alloc | Memory allocation APIs. |
borrow | A module for working with borrowed data. |
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 | internal reproduction of std 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
|
Macros
vec | Creates a |