statically sized, stack allocated `String` for Rust.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Avril 1714fea6b8
Added `SmallString<SIZE>`: `extend_from_bytes_unchecked()`: append a slice of bytes to the memory, handling re/allocation if needed.
2 years ago
src Added `SmallString<SIZE>`: `extend_from_bytes_unchecked()`: append a slice of bytes to the memory, handling re/allocation if needed. 2 years ago
.gitignore initial commit 2 years ago
Cargo.toml Added optional feature `copy`: Make `StackString<SIZE>` a `Copy` type. 2 years ago