Crate slice_string

source ·
Expand description

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

Re-exports

Structs

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