Rust in Action</i> introduces the Rust programming language by exploring numerous systems programming concepts and techniques. You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent st... (more…)
Read more »
A short example of a possibly surprising impact of how method resolution works in Rust... (more…)
Read more »
"Memory managed languages? In my kernel?" It's more likely than you think. (more…)
Read more »
Rust has amazing support for concurrency programming. Today I will cover Mutex, Rc, RefCell, Channels, and Threads. I might make a second po... (more…)
Read more »
Dynamic transformation of data using serde serializable, deserialize using JSON and a JSON transformation syntax similar to Javascript JSON syntax. - rust-playground/proteus... (more…)
Read more »