Lexical-Core Version 0.8.3 Release
Numerous bug fixes and minor feature additions.
- Added support for
-Zmiri-tag-raw-pointers
in miri correctness checks. - Added the documented functions
format_error
andformat_is_valid
to determine if a format packed struct is valid, since the previous checks relied on undocumented behavior. - Added
from_radix
toParseFloatOptions
andWriteFloatOptions
, to simplify creating the default options with a different radix. - Fixed
no_std
inlexical-parse-float
when default features are disabled. - Fixed issue in parsing integers and floats with the
power-of-two
feature enabled for radixes 16 and 32.