481
rust in the linux kernel
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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.