We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Release 0.3.2
Remove special case for decoding a single byte
Release 0.3.0
Check condition once instead of once per iteration
Reuse a Vec to avoid an allocation
Remove ASCII check We are no longer dealing with strings so there's no possibility of slicing in the middle of a codepoint.
Add benchmarks
Use binary maps and retain instead of replace for perf
Make docs consistent
Properly handle single bytes