Skip to content

Lexical-Core Version 0.8.3 Release

Compare
Choose a tag to compare
@Alexhuszagh Alexhuszagh released this 11 Mar 19:32
· 25 commits to main since this 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 and format_is_valid to determine if a format packed struct is valid, since the previous checks relied on undocumented behavior.
  • Added from_radix to ParseFloatOptions and WriteFloatOptions, to simplify creating the default options with a different radix.
  • Fixed no_std in lexical-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.