memoization 0.1.0

Allows for structure fields to be memoized
Documentation

Memoization

Documentation

Is a relatively simple crate that allows for structure fields to be memoized in a fairly light weight way. It handles most the messy memory overloading so when treated a structure field it can be DefMut, Def, and Borrowed as it's native output data type.

TODO: Port project to core as dependence on std isn't necessary.