Crate qrcode_gen
source ·Re-exports
pub use crate::types::Color;
pub use crate::types::EcLevel;
pub use crate::types::QrResult;
pub use crate::types::Version;
Modules
- The
bits
module encodes binary data into raw bits used in a QR code. - The
canvas
module puts raw bits into the QR code canvas. - The
ec
module applies the Reed-Solomon error correction codes. - Matrix types representing 2D barcode.
- Render a QR code into image.
- Rendering utilities.
Structs
- Raw QR code.
- The encoded QR code symbol.
Functions
- Generate
String
from the givendata
as QR code. - Print the given
data
as QR code in the terminal. - Generate
String
from the givendata
as QR code. - Generate
String
from the givendata
as QR code.