| Crates.io | stackstring |
| lib.rs | stackstring |
| version | 0.4.4 |
| created_at | 2021-03-09 18:17:26.758506+00 |
| updated_at | 2025-12-02 17:26:53.216669+00 |
| description | A fixed-size string |
| homepage | |
| repository | |
| max_upload_size | |
| id | 366440 |
| size | 33,394 |
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.
See the examples/ directory for more.