Expand description
Some more general utilities.
Or with other words, thinks which (currently) have no other place to be placed in.
Structs§
- Debug
Iterable Opaque - Helper for implementing debug for an iterable think where the think on itself is irrelevant.
Functions§
- is_
utf8_ continuation_ byte - returns true if this a not first byte from a multi byte utf-8
- uneraser_
ref - Used to undo type erasure in a generic context,
roughly semantically eqivalent to creating a
&Any
type object from the input and then usingdowncast_ref::<EXP>()
, except that it does not require the cration of a trait object as a step inbetween. - vec_
insert_ bytes - Faster insertion of byte slices into a byte vector.