Releases: ink-feather-org/const-closure-rs
Releases · ink-feather-org/const-closure-rs
v0.3.1
12 Dec 15:05
Compare
Sorry, something went wrong.
No results found
Add a public archive note and state the last supported rust version 1.71.0-nightly (nightly-2023-04-18).
Removed the CI.
Full Changelog : v0.3.0...v0.3.1
0.3.0
28 Nov 09:15
Compare
Sorry, something went wrong.
No results found
Reworked the crate to use only a single Struct ConstClosure.
Allow borrowing tuples of up to 12 references (Currently only of the same mutability).
Updated the docs for the new version.
Breaking: Removed the old Types (ConstFnClosure, ConstFnMutClosure, ConstFnOnceClosure).
Breaking: Require the Captured Data and Arguments of the implementation function to be Tuples for consistency.
0.2.3
10 Nov 08:16
Compare
Sorry, something went wrong.
No results found
Fixes
Fixed daily nightly ci badge.
Added the new Tuple marker trait to trait bounds where necessary.
0.2.2
25 Sep 10:58
Compare
Sorry, something went wrong.
No results found
0.2.1
23 Sep 16:20
Compare
Sorry, something went wrong.
No results found
0.2.0
23 Sep 16:19
Compare
Sorry, something went wrong.
No results found
Added
ConstFnClosure
ConstFnMutClosure
ConstFnOnceClosure
Removed
0.1.0
23 Sep 16:19
Compare
Sorry, something went wrong.
No results found