Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@VoidStarKat VoidStarKat released this 15 Mar 21:57
· 2 commits to main since this release
aa051c0

Changed

  • Minor restructing of included license file locations to be more consistent with crates ecosystem.
  • Moved to windows-sys for documentation tests instead of legacy winapi crate. Fixes #40.

Added

  • Added .lines() method on various string slices. Fixes #33. By @mr-adult.

Fixed

  • Removed panic in Utf16String::truncate when new_len greater than string length. Fixes #39.
  • Fixed various clippy warnings.
  • Fixed debugger visualizer for Rust 1.82+ due to changes in core library structures.