hydracache 0.29.0

User-facing HydraCache runtime crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: cacheable requires key
 --> tests/cacheable/fail_missing_key.rs:5:19
  |
5 |       let _future = cacheable!(
  |  ___________________^
6 | |         cache = cache,
7 | |         load = || async { Ok::<_, std::io::Error>(1_u64) },
8 | |     );
  | |_____^
  |
  = note: this error originates in the macro `cacheable` (in Nightly builds, run with -Z macro-backtrace for more info)