salsa 0.26.1

A generic framework for on-demand, incrementalized computation (experimental)
Documentation
1
2
3
4
5
6
7
8
9
# Salsa struct

A salsa struct is a struct decorated with one of the salsa macros:

* `#[salsa::tracked]`
* `#[salsa::input]`
* `#[salsa::interned]`

See the [salsa overview](../../overview.md) for more details.