Commit Graph

  • 75de2567a8
    Somthing is wrong with `SmallString<SIZE>`, look into it (From<&str> fails, always.) master Avril 2022-04-16 22:33:31 +0100
  • e7cee15f4c
    `SmallString<SIZE>`: Added `fmt::Write` impl. Avril 2022-04-16 21:46:32 +0100
  • 42e85234fb
    `SmallString<SIZE>`: Added `extend_from_str()`: Shunts to heap when needed. `impl Extend<impl AsRef<str>> for SmallString<SIZE>`: Extends N strings. Avril 2022-04-16 21:30:36 +0100
  • 1714fea6b8
    Added `SmallString<SIZE>`: `extend_from_bytes_unchecked()`: append a slice of bytes to the memory, handling re/allocation if needed. Avril 2022-04-16 15:48:50 +0100
  • ffd3518556
    `SmallString<SIZE>`: Added `fmt::Display` impl Avril 2022-04-15 23:18:15 +0100
  • 99ada01140
    `StackString<SIZE>`: Added `fmt::Write`, `io::Write` impls Avril 2022-04-15 23:15:06 +0100
  • c40b415a06
    Made work on stable: Added `.floor_char_boundary()` impl. Avril 2022-04-15 22:58:11 +0100
  • fb769265ca
    Added `SmallString<SIZE>`: Allocates onto heap if string is larger than `SIZE` (like smallvec) Avril 2022-04-15 20:33:01 +0100
  • 25e015dc62
    Added optional feature `copy`: Make `StackString<SIZE>` a `Copy` type. Avril 2022-04-14 00:59:33 +0100
  • 1a40fcb569
    initial commit Avril 2022-04-14 00:55:32 +0100