Skip to main content

Module util

Module util 

Source
Expand description

Small shared utilities used by Jiff.

Structs§

ArrayStr
A simple array-backed string type with a fixed capacity.
MaybeStaticSlice
A slice that is either 'static or on the heap.
SmallStr
A “small” string that usually lives in an array.