recursion-schemes 0.1.3

cache-aware stack safe recursion (this is the really haskell brained one)
Documentation
1
2
3
4
5
6
pub mod functor;
pub mod recursive;

// marked as experimental because it crashes rust analyzer
#[cfg(feature = "experimental")]
pub mod join_future;