sgued

joined 1 year ago
[–] sgued 1 points 3 months ago* (last edited 3 months ago)

Dependong on your API there may be headers that can help you.

This talk has some info on that if memory serves me well https://m.youtube.com/watch?v=BIguvia6AvM

[–] sgued 4 points 10 months ago

Because when T is !Sized, the layout is different, it looks more like the layout of &[T].

[–] sgued 10 points 10 months ago

This is outdatded. Mutexes don't allocate anymore. That's how Mutex::new can be const.