closures 0.1.0

Abstraction for seperating code and state in closures
Documentation

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.

Documentation