Skip to content

valarauca/memoization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

To Use:

 [dependencies]
 memoization = "0.1"

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

About

Simple Crate to memoize function, and structure fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages