Software often logs urls using std::format::Display. Example from ureq HTTP client library: info!("sending request {} {}", method, url); When the Url contains a password, the password end... (more…)
Read more »
In the system I'm building there are a significant amount of SQS messages that need to be processed asynchronously and Lambda is a really good fit for that. It is perfect for spiky workloads. You can control max parallelism easily. And it now has a native... (more…)
Read more »
Who uses Rust, and what are the benefits of choosing this programming language for your stack? Find out the answer in stories from 9 successful companies. (more…)
Read more »
General Rust Actix Applications and AWS Programming Utilities - intelliconnect/rust-lang-apps... (more…)
Read more »
I've seen two frameworks consistently the most talked about: Rocket and Actix-web. Rocket and Actix-... (more…)
Read more »