Singletons are generally not easy to implement safely in any programming language, especially in a multithreaded environment. However Rust’s emphasis on (possibly guaranteed) on memory and concurrency safety sprinkled with some additional language constr... (more…)
Read more »
TLDR: I think that the primary benefit of async/await is that it lets us concisely express complex concurrency; any (potential) performance improvements are just a second-order effect. We should thus judge async primarily based on how it simplifies our co... (more…)
Read more »
Fast Steganography bruteforce tool written in Rust - R4yGM/stegbrute... (more…)
Read more »
Rust library for interfacing with AWS S3 and other API compatible services - durch/rust-s3... (more…)
Read more »
Proposal rustc_codegen_gcc is a new code generation backend for rustc using the libgccjit library from GCC. (Despite its name, libgccjit works for ahead-of-time compilation as well.) rustc_codegen_... (more…)
Read more »