Clojure, implemented atop Rust . Contribute to Tko1/ClojureRS development by creating an account on GitHub. (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 »
How to cross-compile Rust projects for FreeBSD using Docker, without emulation or virtual machines. (more…)
Read more »
Sometimes you just really need an arena. Sometimes for performance reasons, other times for lifetime-related reasons.
In their most basic forms, they're just a vec with some extra guarantees. However, it's those extra guarantees that matter.
I've found my... (more…)
Read more »
The other day, someone on the Rust user forums posted a question that really nerd-sniped me. They had data generated by a C++ program and were wanting to load it into a Rust program, but when asked what format the data was in the author didn’t provide som... (more…)
Read more »