Content
@
0 reply
0 recast
0 reaction
Agost Biro
@agostbiro
Which concepts do newcomers to Rust struggle with? - Lifetimes, especially static and serde deserialzer - Traits vs classes - Dynamically sized types - Object safety - Sum types What else?
4 replies
0 recast
9 reactions
Mike
@lplit
Dealing with packaging and entirely awful crates registry
1 reply
0 recast
1 reaction
rareadam - q/dao
@rareadam
Safe Multithreading using Send + Sync and how to properly use it without too many tries🙈
0 reply
0 recast
3 reactions
brendon
@brendon
perhaps not relevant to newcomers, but pinning can be difficult to grasp at first
0 reply
0 recast
2 reactions
Z
@zees
Async rust, Futures, Executors, Pins, Traits with sync and async functions
0 reply
0 recast
1 reaction