Releases: taiki-e/const_fn
Releases · taiki-e/const_fn
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
- Fix compatibility issues with const generics.
0.4.5
- Exclude unneeded files from crates.io.
0.4.4
-
Accept
const_fn
attribute with no arguments and functions withoutconst
keyword.
This allowsconst_fn
to be used as an optional dependency.#[cfg_attr(feature = "...", const_fn::const_fn)] pub fn func() { /* ... */ }