Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@starkat99 starkat99 released this 06 Apr 21:58
· 1 commit to main since this release
7a407d2

Added

  • Utf32String::into_char_vec and missing conversion to Vec<char> for Utf32String. Fixes #37.
  • include_utf16str! macro to include UTF-16 file at compile-time as Utf16Str. By @daxpedda.

Fixed

  • U16String::pop_char panics with surrogate string. Fixes #38.
  • Various import warnings and new clippy warnings, plus stabilized debugger visualizer warnings.