Skip to content

0.2.14

Compare
Choose a tag to compare
@rodrimati1992 rodrimati1992 released this 27 Mar 22:19
· 117 commits to master since this release
14f470e

This release makes more use of const generics, unconditionally using them when the "fmt" feature is enabled, and using them to generate less code in the concatcp and formatcp macros.

Changelog

0.2.14

Made the const_format::fmt API that uses const generics unconditional, since const generics were stabilized in late 2020 and the fmt API requires the nightly compiler.

Repurposed the "const_generics" feature to generate less code in the concatcp and formatcp macros, by moving some of their implementation to a function that uses const generics.

Fixed a few documentation issues.