Crates.io | memoization |
lib.rs | memoization |
version | 0.1.0 |
source | src |
created_at | 2016-10-14 15:09:21.794205 |
updated_at | 2016-10-14 15:09:21.794205 |
description | Allows for structure fields to be memoized |
homepage | https://github.com/valarauca/memoization |
repository | https://github.com/valarauca/memoization.git |
max_upload_size | |
id | 6847 |
size | 787,044 |
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.