Introducing `safer_ffi`: write Rust code callable from C without `unsafe`

Introducing `safer_ffi`, a Rust framework that allows you to write foreign function interfaces (FFI) without polluting your Rust code with `unsafe` while improving readability. Read more

Similar

Evolving Rust through Epochs

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 »