Crate slice_string

Source
Expand description

This module implements support for a String-like structure that is backed by a slice.

Re-exports§

pub use tinyvec;

Structs§

SliceString
A UTF-8-encoded growable string backed by a u8 slice.