const_fn icon indicating copy to clipboard operation
const_fn copied to clipboard

A lightweight attribute for easy generation of const functions with conditional compilations.

Results 3 const_fn issues
Sort by recently updated
recently updated
newest added

Would it be possible for this to support const trait impls?

C-enhancement

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...

breaking-change