Registry / utility / salsa
library0.27.0rscratesunverified

A generic framework for on-demand, incrementalized computation (experimental).

# Cargo.toml [dependencies] salsa = "0.27.0"
INSTALL
IMPORT
SIG · SALSA
S
salsa
utilityrustv0.27.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Database
use salsa::Database;

Import the Database trait

use salsa::Database; #[salsa::jar] pub struct Jar(...); fn main() { println!("Salsa framework ready"); }
Debug
Known issues
breakingExperimental API may change between minor versions
fix
Pin to a specific version and expect breaking changes
affects: <1.0.0
Upgrade
Version history
0.27.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
salsa — cargo add salsa · libregistry