immediate_closure

Crates.ioimmediate_closure
lib.rsimmediate_closure
version0.1.1
sourcesrc
created_at2021-06-25 16:13:53.057821
updated_at2021-06-25 16:35:16.722775
descriptionlets you write a closure to be immediately run
homepage
repository
max_upload_size
id414877
size1,441
Octavia Hedley (FuzzyNovaGoblin)

documentation

README

immediate_closure

not really sure why you would need/want this but this syntax:

CR!{ ... }

is cleaner than this:

(||{ ... })()

so here it is

Commit count: 0

cargo fmt