Avril
75de2567a8
Somthing is wrong with `SmallString<SIZE>`, look into it (From<&str> fails, always.)
...
Fortune for stack-str's current commit: Small blessing − 小吉
3 years ago
Avril
e7cee15f4c
`SmallString<SIZE>`: Added `fmt::Write` impl.
...
Fortune for stack-str's current commit: Half curse − 半凶
3 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.
...
Fortune for stack-str's current commit: Future small blessing − 末小吉
3 years ago
Avril
1714fea6b8
Added `SmallString<SIZE>`: `extend_from_bytes_unchecked()`: append a slice of bytes to the memory, handling re/allocation if needed.
...
Fortune for stack-str's current commit: Blessing − 吉
3 years ago
Avril
ffd3518556
`SmallString<SIZE>`: Added `fmt::Display` impl
...
Fortune for stack-str's current commit: Curse − 凶
3 years ago
Avril
99ada01140
`StackString<SIZE>`: Added `fmt::Write`, `io::Write` impls
...
`StackString<SIZE>`: Added `fmt::Display` impl
Fortune for stack-str's current commit: Middle blessing − 中吉
3 years ago
Avril
c40b415a06
Made work on stable: Added `.floor_char_boundary()` impl.
...
Fortune for stack-str's current commit: Middle blessing − 中吉
3 years ago
Avril
fb769265ca
Added `SmallString<SIZE>`: Allocates onto heap if string is larger than `SIZE` (like smallvec)
...
Fortune for stack-str's current commit: Middle blessing − 中吉
3 years ago
Avril
25e015dc62
Added optional feature `copy`: Make `StackString<SIZE>` a `Copy` type.
...
Fortune for stack-str's current commit: Future curse − 末凶
3 years ago
Avril
1a40fcb569
initial commit
...
Added type `StackString`, accessors and some basic UTF-8 string appending.
TODO: remove the call to `str::floor_char_boundary()` and reimplement it here: it is an unstable feature.
Fortune for stack-str's current commit: Future small blessing − 末小吉
3 years ago