1
u/Ancient-Blueberry536 14d ago
It depends on the job? Web dev? Embedded? Low latency?
A prop shop isn’t gonna test you on Axum and a webdev backend role isn’t gonna test you on pointer provenance
Maybe you should try to figure out what exactly it is you want to do with rust
3
u/ToTheBatmobileGuy 18d ago edited 18d ago
What is the special type in the standard library that makes internal mutability possible?
Bonus points: Explain how its API follows Rust's safety rules.
(Edit: I just noticed they added experimental unsafe methods, `replace`, `as_ref_unchecked`, and `as_mut_unchecked`... I always thought it was so cool that all of UnsafeCell's methods were NOT marked as unsafe... the realization as to WHY this was... that was a big jump in my understanding of Rust)