Building CRUD with Rust
July 09, 2020
This is the first article in the Rust series.
While Rust is known for its high performance, for simple CRUD we usually prefer Spring Boot or Go. But it's not impossible with Rust either.
Code available at:
https://github.com/gaxxx/rust-crud
…