picante 2.0.0

An async incremental query runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# picante

Async incremental query runtime for Rust.

Picante is inspired by Salsa, but built for Tokio-first pipelines. It provides:

- inputs
- interning
- async derived queries
- dependency tracking
- cache persistence with `facet` and `facet-postcard`
- debugging and observability tools

See the repository README and the crate docs for examples and usage details.