Skip to main content

Crate qrcode_rust

Crate qrcode_rust 

Source
Expand description

@veaba/qrcode-rust - Pure Rust QRCode Generator

A pure Rust QRCode generator library. Provides consistent API with qrcode-node and qrcode-bun.

Structs§

BitBuffer
Polynomial
Polynomial with coefficients in GF(256) Coefficients are stored in descending order (num[0] = highest degree)
QR8bitByte
QRCode
QRCode 结构
QRCodeNative
QRCodeOptions
QRCode 选项
QRMath
Galois Field 数学运算
QRMode
QR Code 模式
QRRSBlock

Enums§

QRErrorCorrectLevel
错误纠正级别

Constants§

PATTERN_POSITION_TABLE
位置调整图案位置表 (完整 40 版本)

Functions§

get_bch_digit
Get BCH digit count
get_length_in_bits
Get length in bits for mode indicator
get_rs_blocks
get_type_number
获取类型号 (完整版本,支持 40 个版本)