memoization 0.1.0

Allows for structure fields to be memoized
Documentation
  • Coverage
  • 77.78%
    7 out of 9 items documented6 out of 6 items with examples
  • Size
  • Source code size: 787.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 481 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Documentation
  • valarauca/memoization
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • valarauca

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.