With the release of rust 1.70, there was
some surprise and frustation
that
unstable test features now require nightly,
like all other unstable features in Rust.
One of the features most affected is --format json which has been in
limbo for 5 years.
This d... (more…)
Read more »
Detects usage of unsafe Rust in a Rust crate and its dependencies. - GitHub - rust-secure-code/cargo-geiger: Detects usage of unsafe Rust in a Rust crate and its dependencies. (more…)
Read more »
Over the last year, the Backend Infrastructure team at Discord was hard at work improving the scalability and performance of our core real-time communications infrastructure. (more…)
Read more »
Symbolic execution of LLVM IR with an engine written in Rust - PLSysSec/haybale... (more…)
Read more »
In order to increase fluency in a programming language, one has to read a lot of it.
But how can you read a lot of it if you don't know what it means? In this article, instead o... (more…)
Read more »