qr-code-styling 0.1.1

Styled QR code generation with customizable dots, corners, gradients, and logo embedding
Documentation
1
2
3
4
5
//! QR code corner dot drawing.

mod drawer;

pub use drawer::QRCornerDot;