stackstring

Crates.iostackstring
lib.rsstackstring
version0.4.4
created_at2021-03-09 18:17:26.758506+00
updated_at2025-12-02 17:26:53.216669+00
descriptionA fixed-size string
homepage
repository
max_upload_size
id366440
size33,394
Yovoslav Yovchev (yovoslav)

documentation

https://docs.rs/stackstring

README

stackstring

A fixed-size inline string implementation, meant for simple use cases. The string is backed by an array of size L and the string can have a length of up to L bytes, and will be space-padded if length is less than L.

Example

See the examples/ directory for more.

Commit count: 0

cargo fmt