Generate hash-id based URLs and QR codes for use in URL shortening services.
🔍 About
A simple implementation of a URL generation module. Allows for qr-code generation using the qrcode library.
🔋 Usage
Basic Example:
To see a complete implementation of a url shortening service, please take a look at the actix-web example.
🛠️ Add via cargo.toml
= { = "0.1.2", = ["qrcode"] }
🔬 Test using cargo test