Joined: 2023-06-12
ββββ
2024-11-15 2xsaiko β 1π 1π¬ β RE: r00ty
The bingo one actually uses crossbeam channels instead of mutexes, so thatβs nice. I havenβt looked too closely at it though.
I donβt think you can do too much about the Spectrum one if you [β¦]
2024-11-15 2xsaiko β 1π€ β RE: ?
Not for the built-in Eq derive macro. But you can write your own derive macros that do allow you to take options, yeah.
2024-11-15 2xsaiko β 1π¬ β RE: r00ty
Do you have some public code you could link to that youβre having this issue with? There isnβt a one-size-fits-all solution for Rc/RefCell, I think.
2024-11-15 2xsaiko β 1π€ β RE: ?
Whoa nice, I need to keep this in mind.
ββββ