cs431
cs431 copied to clipboard
[Article] CACM: Safe Systems Programming in Rust
I found a interesting article about Rust.
Safe Systems Programming in Rust
Although I haven't finished reading it yet, I wanted to share it because there seemed to be a lot of overlap with the contents of our class.
Have fun if you're interested!
I'll actually leave the issue open, since I think the article would help a lot to understand the philosophy behind Rust's type system, especially regarding lifetime and unsafe code, and why we choose to use it in this class. Thanks for sharing it!