cheetah-string 3.1.0

An immutable, clone-cheap UTF-8 string with explicit construction and byte interoperability
Documentation
1
2
3
4
5
6
#[cfg(feature = "experimental-packed")]
#[test]
fn retired_experimental_packed_feature_is_noop() {
    let value = cheetah_string::CheetahString::from("stable-value");
    assert_eq!(value, "stable-value");
}