memoization

Crates.iomemoization
lib.rsmemoization
version0.1.0
sourcesrc
created_at2016-10-14 15:09:21.794205
updated_at2016-10-14 15:09:21.794205
descriptionAllows for structure fields to be memoized
homepagehttps://github.com/valarauca/memoization
repositoryhttps://github.com/valarauca/memoization.git
max_upload_size
id6847
size787,044
Cody Laeder (valarauca)

documentation

https://valarauca.github.io/memoization/memoization/index.html

README

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.

Commit count: 7

cargo fmt