3 releases
Uses old Rust 2015
0.0.3 | Jun 2, 2018 |
---|---|
0.0.2 | Mar 17, 2018 |
0.0.1 | Mar 17, 2018 |
#46 in #memoization
Used in persistentcache
8KB
110 lines
persistentcache_procmacro
Procedural macro for persistentcache crate. See documentation.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
Procedural macro to persistently cache functions.
See the documentation of persistentcache for details.
I would not have managed to write this code without the ideas that I shamelessly stole from accel.
Dependencies
~1.5MB
~34K SLoC