# 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.