[][src]Module nom::lib::std

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

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

Macros

vec

Creates a Vec containing the arguments.