2.0.0
- 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_bytesto&AsRef<[u8]> - Improved documentation
- Improved error messages when encoding fails