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 42e85234fb
`SmallString<SIZE>`: Added `extend_from_str()`: Shunts to heap when needed. `impl Extend<impl AsRef<str>> for SmallString<SIZE>`: Extends N strings.
2 years ago
src `SmallString<SIZE>`: Added `extend_from_str()`: Shunts to heap when needed. `impl Extend<impl AsRef<str>> for SmallString<SIZE>`: Extends N strings. 2 years ago
.gitignore initial commit 2 years ago
Cargo.toml Added optional feature `copy`: Make `StackString<SIZE>` a `Copy` type. 2 years ago