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 Strings.

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 Result type.

slice

A dynamically-sized view into a contiguous sequence, [T].

str

Unicode string slices.

string

A UTF-8 encoded, growable string.

vec

A contiguous growable array type with heap-allocated contents, written Vec<T>.