• @sirdorius
    link
    610 months ago

    That library is dead for more than a year. Maintainer even deleted the repository. But the article is still a good read.

    • @snaggenOP
      link
      English
      110 months ago

      Weird, a blog post by Collabora about a crate by Collabora, that no longer is availabe? Well, the crate seems to be, but not the code. So, what is going on here?

    • @snaggenOP
      link
      110 months ago

      They have fixed this and the code is available now.

  • @Zyansheep
    link
    311 months ago

    So… basically a nicer API for arena or vector-based allocation where you store the index instead of a pointer?

  • @Vorpal
    link
    310 months ago

    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.

    • Aloso
      link
      1
      edit-2
      10 months ago

      It gives you more type safety, because you use a ProxyᐸFooᐳ instead of just usize.

      • @Vorpal
        link
        English
        110 months ago

        In my manual implementation I would assume you would use a newtype, so not really relevant.

  • @somegeek
    link
    111 months ago

    As a Persian, I approve this crate