Crate inkpad_std
source · [−]Expand description
Inkpad std
adaptor
Re-exports
pub extern crate alloc;
Modules
Utilities for formatting and printing String
s.
A contiguous growable array type with heap-allocated contents, written
Vec<T>
.
Macros
Creates a String
using interpolation of runtime expressions.
Structs
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>
, short for ‘vector’.