You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.6.9 is a bugfix version that fixes some issues with ambiguous paths in the derive macro (#20, #21). Thanks to @kwonoj and @CGamesPlay for filing issues.
This bugfix release disables simdutf8 support by default. It can be turned back on with the simdutf8 feature, and std support can be enabled with the simdutf8_std feature.
This bugfix release corrects the location of inserted generic parameters in derived code and renames the lifetime argument of check_bytes to avoid naming conflicts.