Skip to content

v0.1.1

Pre-release
Pre-release

Choose a tag to compare

@hkratz hkratz released this 26 Apr 17:51
· 203 commits to main since this release
3063e4c

Performance

  • Large speedup on small inputs from delegation to std lib
  • Up to 50% better peak throughput on ASCII
  • #[inline] main entry points for a small general speedup.

Benchmark against v0.1.0

Other

  • Make both Utf8Error variants implement std::error::Error
  • Make basic::Utf8Error implement core::fmt::Display
  • Document Minimum Supported Rust Version (1.38.0).
  • Reduce package size.
  • Documentation updates.