Restful API using Rust and Actix-Web
Learning a new computer language and engineering concept are parts of my life, this is now came into a different form of language, which doesn't need GC, VM or something similar to be running effectively on the server.
It is called Rust.
The way I learn a new language is always by creating some hobby project, so I create a restful api using Actix-Web, the most popular and very fast framework for Rust.
Hope this project could inspire someone and help them to know and learn easily about Rust when it comes to the Restful world.