Building a QR Code Generator in Rust
In this blog, we’ll walk through a simple QR Code Generator built using Rust. The application takes user input from the command line and generates a QR code in SVG format. This project is useful for understanding how Rust handles external crates, use...
rust-project-qr-code.hashnode.dev4 min read