481
rust in the linux kernel
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
There! Now try to make a doubly linked list
unsafe
time.I've poked around in the Rust linked list tutorial, and it all seems like hacks to me. At the end of the day I think you just need to use raw pointers when you're implementing list operations.
its not super hard in rust
It's harder than in most other languages