5 releases
1.0.0-beta.5 | Oct 8, 2024 |
---|---|
1.0.0-beta.4 | May 27, 2022 |
1.0.0-beta.3 | Nov 10, 2021 |
1.0.0-beta.2 | Aug 19, 2021 |
1.0.0-beta.1 | Aug 18, 2021 |
#864 in Encoding
162 downloads per month
47KB
1K
SLoC
stroka
Small String
optimization for Rust.
lib.rs
:
String
implementation optimized for small sized strings(at most length mem::size_of::<usize>() * 2 - 2
)
Features
serde
- EnablesSerialize
andDeserialize
implementations.std
- Enables traits implementations dependent onstd
.
Missing functions
String::from_utf8
- due tominivec
yet to be stable.String::from_utf8_unchecked
- due tominivec
yet to be stable.String::into_bytes
- due tominivec
yet to be stable.- Unstable functions of String - due to them being potentially changed.
String::from_raw_parts
- cannot be implemented due to internal structure.
Dependencies
~115–275KB