Crate qrcode_gen
Source pub use crate::types::Color;
pub use crate::types::EcLevel;
pub use crate::types::QrResult;
pub use crate::types::Version;
- bits
- The
bits
module encodes binary data into raw bits used in a QR code. - canvas
- The
canvas
module puts raw bits into the QR code canvas. - ec
- The
ec
module applies the Reed-Solomon error correction codes. - matrix
- Matrix types representing 2D barcode.
- render
- Render a QR code into image.
- render_term
- Rendering utilities.
- types
- Qr
- Raw QR code.
- QrCode
- The encoded QR code symbol.
- qr_bytes
- Generate
String
from the given data
as QR code. - qr_image
- qr_print
- Print the given
data
as QR code in the terminal. - qr_string
- Generate
String
from the given data
as QR code. - qr_svg
- Generate
String
from the given data
as QR code.