Elektrine lite

← Feed

@voided@hachyderm.io

Post #1676976

2026-04-25 00:20 UTC

i am thinking about trying to make a type that will forget its own content after a short timeout. Like an ephemeral cache. #RustLang borrowchecker will probably cry

Replies (1)

  • @michalfita@mastodon.social 2026-04-26 18:41

    @voided Depends, if you're fine with content on the heap, that's relatively simple... with quirks, however. If you want that on the stack... yeah, thinks are getting complicated. 🤔 Or maybe not... depends. I'm open to discuss ideas.

    Open ##1888657