Blog Post
Report Generator in Rust
In this blog post, we are going to build a backend application in Rust for converting HTML report into PDF format.
Rust is a system programming language which focuses on performance, stability and memory safety. There are thousands
of Rust libraries built by its community and we are going to build our application using some of these libraries.