immediate_closure 0.1.1

lets you write a closure to be immediately run
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 93.17 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • FuzzyNovaGoblin

immediate_closure

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

CR!{ ... }

is cleaner than this:

(||{ ... })()

so here it is