Skip to main contentCrate static_collections
Source - 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”.
- format_static
- The
format_static macro builds a static string via format. - vec_static
- The
vec_static! macro helps building a static-vector easily,
similar to the vec! macro in std/alloc crate.