cs431 icon indicating copy to clipboard operation
cs431 copied to clipboard

[Article] CACM: Safe Systems Programming in Rust

Open woojinnn opened this issue 2 years ago • 1 comments

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!

woojinnn avatar Oct 01 '22 14:10 woojinnn

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!

Lee-Janggun avatar Oct 01 '22 16:10 Lee-Janggun