Foreign Function Interfaces (FFI) are a core mechanism for enabling integration of new languages into existing codebases or building on existing libraries. That said, the term “FFI” is often overloaded in ways that may be unclear or ambiguous, and the are... (more…)
Read more »
Deploy Rust apps with a single Cargo command. Contribute to shuttle-hq/shuttle development by creating an account on GitHub. (more…)
Read more »
Writing slightly dangerous code in Rust that (literally, mostly) will not die. (more…)
Read more »
A port of the Diligent Engine (https://github.com/DiligentGraphics/DiligentEngine) into Rust. - bsella/diligent... (more…)
Read more »
There seems to be a widespread belief among Rust programmers that bypassing the borrow checker does not completely compromise type safety. This article attempts to show the converse, that lifetime checks are absolutely essential for type safety, even if ... (more…)
Read more »