-
tendril
Compact buffer/string type for zero-copy parsing
-
str-buf
Static string buffer
-
fstr
A stack-allocated fixed-length string type
-
fmtbuf
formatting to a fixed-size buffer
-
join_to_string
Join a list of items to string/buffer
-
smol_buf
small-string optimized string / buffer type with O(1) clone
-
string-ring
A circular string buffer with character- and line-level granularity
-
stackfmt
Write formatted string to a buffer without alloc
-
char-circle
A circular buffer for strings and traits for in-place string transforms
-
strings
String utilities, including an unbalanced Rope
-
str-cat
Efficiently concatenate strings without extra side-effects
-
format-buf
Drop-in replacement for format! macro, which can write to existing buffer
-
c_fixed_string
Wrapper types around C-style fixed length string buffers
-
truncating-arraystring
ArrayString wrapper with truncating Write
Try searching with DuckDuckGo.