Module nom::lib::std [−][src]
Expand description
internal std exports for no_std compatibility
Modules
Memory allocation APIs.
A module for working with borrowed data.
A pointer type for heap allocation.
Functionality for ordering and comparison.
Collection types.
Traits for conversions between types.
Utilities for formatting and printing String
s.
Generic hashing support.
Composable external iteration.
Basic functions for dealing with memory.
Overloadable operators.
Optional values.
internal reproduction of std prelude
Error handling with the Result
type.
A dynamically-sized view into a contiguous sequence, [T]
.
Unicode string slices.
A UTF-8–encoded, growable string.
A contiguous growable array type with heap-allocated contents, written
Vec<T>
.