weixin_39662432 2020-11-22 00:44
浏览 0

introduce "group" structs in place of query structs

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

  • 写回答

5条回答 默认 最新

  • weixin_39662432 2020-11-22 00:44
    关注

    As a first step we can push more of the details into the query group without making the full transition:

    I think if we make those changes, everything should still work as it does today but we are closer to the new design.

    评论

报告相同问题?