Skip to content

2.0.0

Choose a tag to compare

@dylni dylni released this 18 Apr 20:33
· 207 commits to master since this release
  • Fixed undefined behavior when running on Windows
  • Removed unsafe methods
    • The safe versions are now equally fast, and the results they return can be unwrapped.
    • The whole crate now only uses safe code!
  • Changed the parameter type for OsStrBytes::from_bytes to &AsRef<[u8]>
  • Improved documentation
  • Improved error messages when encoding fails