Now that we have converted from macro-rules macros to procedural macros (#108, #118), the next step in implementing https://github.com/salsa-rs/salsa-rfcs/pull/1 is probably to try and convert from the current setup, where we have a "struct per query", to the setup of a "struct per query group that is described in the RFC.
I'll try to update the issue with a vague plan in a bit.
该提问来源于开源项目:salsa-rs/salsa