you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago (1 child)

Seems to be a wrapper around implementing the "index into data store"-pattern (not sure if there is a better name), but without support for removal from said data store.

From a quick glance I don't really see what this gives you that wouldn't also be quite easy with a manual implementation. And then you avoid the proc macro compile time overhead as well.

  • source
  • hideshow 2 child comments