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 »
Today I went to a Rust meetup. I had some ideas of what I might work on, but
I’ve started to try and be more open to random nerdsnipes and discussions at
these things. Here’s something I was thinking about and a little experiment
that was an equally littl... (more…)
Read more »
The Rust programming language has broken into the top 20 of the TIOBE Index, which attempts to rank the world’s most popular programming languages on... (more…)
Read more »
GhostCell: Separating Permissions from Data in RustPaper DOI: 10.1145/3473597 preprint url: http://plv.mpi-sws.org/rustbelt/ghostcell/paper.pdf more info: ht... (more…)
Read more »
I'm about two weeks into Rust now, so this feels like a good time to write a critique, before I get Stockholm Syndrome'd. My main motivation in learning Rust is that I have to maintain some of Dark's Rust code. There was a recent outage related to that co... (more…)
Read more »