Crate ceres_std[][src]

Expand description

Ceres std adaptor

Re-exports

pub extern crate alloc;

Modules

Utilities for formatting and printing Strings.

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

Macros

Creates a String using interpolation of runtime expressions.

Creates a Vec containing the arguments.

Structs

A map based on a B-Tree.

A pointer type for heap allocation.

A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.

A UTF-8–encoded, growable string.

A contiguous growable array type, written as Vec<T> and pronounced ‘vector’.

Traits

A generalization of Clone to borrowed data.

A trait for converting a value to a String.