A hands-on walk-trough on how to create a REST-API with Rust, Rocket and Diesel — What and why If you are comfortable writing web-services in Java, why should you try writing a web-service in Rust? Microservices enable us to quickly scale our application according to consumer needs, requiring reasonable start-up times to achieve elasticity. When considering a serverless scenario, this aspect is even more important. But is it…