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)
- QR8bit
Byte - QRCode
- QRCode 结构
- QRCode
Native - QRCode
Options - QRCode 选项
- QRMath
- Galois Field 数学运算
- QRMode
- QR Code 模式
- QRRS
Block
Enums§
- QRError
Correct Level - 错误纠正级别
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 个版本)