Frameworks
A collection of tutorials for some frameworks I often use.
SQLx
SQLx is a SQL framework for Rust, which allows to write SQL queries and check them on compile tim...
Actix-Web
actix-web is a framework for writting web applications and REST APIs. Installation # To insta...
Tracing
Tracing is a library for logging. It consists of multiple libraries. You need at least tracing, w...
Serde
Serde (Serialize and Deserialize) is a library to serialize and deserialize data to or from a str...