const_fn
const_fn copied to clipboard
A lightweight attribute for easy generation of const functions with conditional compilations.
Tracking issue for the 1.0 release. **Blockers:** - [ ] stabilization of `cfg(version)` https://github.com/rust-lang/rust/issues/64796 **TODO:** Once blockers resolved, do the following things: - [ ] implement #28 "Remove const_fn(nightly) in...
As said in https://github.com/taiki-e/const_fn/pull/17#discussion_r475570000, to use the nightly only unstable feature, it needs to enable the feature at crate-level, and in any case, it needs build-script. So, this may not...