Crate str_ref

source ·
Expand description

An immutable shared reference to a string, effectively Arc<str>.

Structs

  • A wrapper around an Arc<str>: an immutable shared reference to a string slice.