salsa-rs / salsa

A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.
https://salsa-rs.netlify.app/
Apache License 2.0
2.09k stars 142 forks source link

Publish `salsa-2022` to crates.io #489

Open Michael-F-Bryan opened 4 months ago

Michael-F-Bryan commented 4 months ago

I've been using the salsa-2022 crate in my Language Server implementation for a while now and really like it. The design with a Db trait, #[salsa::tracked], and crate::Jar struct composes quite nicely and makes it easy to write clean code.

Is there a roadmap for publishing salsa-2022 to crates.io, either as the salsa crate or maybe under a temporary salsa-2022 name?