michie 3.0.2

An attribute macro that adds memoization to a function (sounds like Mickey)
Documentation
1
2
3
4
5
error[E0425]: cannot find value `b` in this scope
 --> tests/compile_fail/key_expr_span.rs:4:23
  |
4 | #[memoized(key_expr = b, store_type = HashMap<bool, bool>)]
  |                       ^ help: a local variable with a similar name exists: `a`