Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.2.14 release #16

Merged
merged 7 commits into from
Mar 27, 2021
Merged

0.2.14 release #16

merged 7 commits into from
Mar 27, 2021

Conversation

rodrimati1992
Copy link
Owner

No description provided.

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.

Removed mentions of the `"const_generics"` feature from the docs and README.
Made the length computation always happen in a const fn, rather than in concatcp and formatcp.

Defined a `__priv_concatenate` function that uses a `const LEN: usize` parameter,
which does the string concatenation itself, to which concatcp and formatcp delegate to.

Bumped the const_format_proc_macros version to 0.2.14

Updated the github CI config.

Updated root module, and readme to mention this new use of the "const genericss" feature
* Update rust.yml
@rodrimati1992 rodrimati1992 merged commit 14f470e into master Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant