closures 0.1.2

Abstraction for seperating code and state in closures
Documentation
  • Coverage
  • 0.3%
    1 out of 336 items documented1 out of 331 items with examples
  • Size
  • Source code size: 15.18 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 29.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • panicbit/rust-closures
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • panicbit

Closures

This crate provides an abstraction for seperating code and state. Among other things it allows for recursive closures and for trait implementations like PartialEq and Clone.

See the examples directory for some usage examples.

A nightly version of Rust is required because this crate relies on unboxed closures.

Documentation