Modules§
- bitmap
- A ZST type that can be used to reference a bitmap object.
- ffi
- Utilities related to FFI bindings.
- string
- A UTF-8-encoded, growable but fixed-capacity string.
- vec
- A growable but fixed-capacity array type, written as
StaticVec<T>, short for “static vector”.
Macros§
- format_
static - The
format_staticmacro builds a static string via format. - vec_
static - The
vec_static!macro helps building a static-vector easily, similar to thevec!macro instd/alloccrate.