Experimental Oxidization of Tectonic the TeX/LaTeX engine. - crlf0710/tectonic... (more…)
Read more »
There has been a long-standing question around Rust's evolution: will there ever be a Rust 2.0 in the semver sense?
This RFC gives the answer: certainly not in the foreseeable future, and probably ... (more…)
Read more »
Game development tutorials, especially pathfinding, hexagons, and procedural generation... (more…)
Read more »
Compiling Rust to WebAssembly is still difficult. On macOS, there are weird bugs that require reinstalling LLVM and moving files around. On Linux, the official Emscripten binary in many cases isn’t bundled with the right LLVM, and the fix is to compile fr... (more…)
Read more »
If you’ve ever wondered how block_on from the futures crate works, today we are going to write our own version of the function. (more…)
Read more »