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 fb769265ca
Added `SmallString<SIZE>`: Allocates onto heap if string is larger than `SIZE` (like smallvec)
3 years ago
src Added `SmallString<SIZE>`: Allocates onto heap if string is larger than `SIZE` (like smallvec) 3 years ago
.gitignore initial commit 3 years ago
Cargo.toml Added optional feature `copy`: Make `StackString<SIZE>` a `Copy` type. 3 years ago