comemo 0.4.0

Incremental computation through constrained memoization.
Documentation
[[test]]
name = "tests"
path = "tests/tests.rs"
required-features = ["testing"]
[dependencies.comemo-macros]
version = "0.4.0"

[dependencies.once_cell]
version = "1.18"

[dependencies.parking_lot]
version = "0.12"

[dependencies.siphasher]
version = "1"
[dev-dependencies.serial_test]
version = "3"

[features]
default = []
testing = []

[package]
authors = ["Laurenz <laurmaedje@gmail.com>"]
categories = ["caching"]
description = "Incremental computation through constrained memoization."
edition = "2021"
keywords = ["incremental", "memoization", "tracked", "constraints"]
license = "MIT OR Apache-2.0"
name = "comemo"
readme = "README.md"
repository = "https://github.com/typst/comemo"
version = "0.4.0"