Skip to content

0.3.15 release

Latest
Compare
Choose a tag to compare
@rodrimati1992 rodrimati1992 released this 06 Dec 22:24
· 3 commits to main since this release
893074d

This release enables all &mut-taking const functions in Rust 1.83.0, provides ArrayBuilder/ArrayConsumer array helpers, and the konst::manually_drop::take function.

Changelog

0.3.15

Soft-removed "mut_refs" and "nightly_mut_refs" feature (by hidding it in docs), changed to using "rust_1_83" feature to enable &mut-taking const fns.
(to avoid breakage, "mut_refs" still enables items that use &mut in const by enabling "rust_latest_stable")

Changed "rust_latest_stable" feature to enable "rust_1_83" feature.

Added konst::manually_drop::take function

Added these structs to konst::array:

  • ArrayBuilder
  • ArrayConsumer

0.3.14

Fixed accidental inclusion of private macros in docs.