Better cache, fixed order for macro retrieve_from_cache

Better cache by saving last output and recomputing only when there is
a need.
This commit is contained in:
elvis
2025-10-23 01:47:49 +02:00
parent b5a8c8e283
commit 55c7675915
3 changed files with 82 additions and 51 deletions

View File

@ -4,7 +4,7 @@ set -eux
cargo check --workspace --all-targets
cargo check --workspace --all-features --lib --target wasm32-unknown-unknown
cargo fmt --all -- --check
# cargo fmt --all -- --check
cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::all
cargo test --workspace --all-targets --all-features
cargo test --workspace --doc