How Not To Write A Web Service in Rust

Posted on Sun 11 August 2024 in general • Tagged with software, rust, programming, webdev

When writing a web service in Rust you may be tempted to do careful research based on your use case, to tailor your code to fit the needs of a typed language with strict memory safety, and to take a pragmatic approach to development. Doing things this way might make …


Continue reading