Learning systems programming with Rust
Posted on by Rust on Julia Evans
.container { display: flex; } .slide { width: 40%; } .content { width: 60%; align-items: center; padding: 20px; } @media (max-width: 480px) { /breakpoint/ .container { display: block; } .slide { width: 100%; } .content { width: 100%; } I did the closing keynote at the first RustConf yesterday, on Rust and systems programming and accessibility and learning about concurrency and why I write about programming and a bunch of other things.