10 Commits (master)
 

Author SHA1 Message Date
Avril 75de2567a8
Somthing is wrong with `SmallString<SIZE>`, look into it (From<&str> fails, always.)
2 years ago
Avril e7cee15f4c
`SmallString<SIZE>`: Added `fmt::Write` impl.
2 years ago
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
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
Avril ffd3518556
`SmallString<SIZE>`: Added `fmt::Display` impl
2 years ago
Avril 99ada01140
`StackString<SIZE>`: Added `fmt::Write`, `io::Write` impls
2 years ago
Avril c40b415a06
Made work on stable: Added `.floor_char_boundary()` impl.
2 years ago
Avril fb769265ca
Added `SmallString<SIZE>`: Allocates onto heap if string is larger than `SIZE` (like smallvec)
2 years ago
Avril 25e015dc62
Added optional feature `copy`: Make `StackString<SIZE>` a `Copy` type.
2 years ago
Avril 1a40fcb569
initial commit
2 years ago