| Crates.io | qrcode2 |
| lib.rs | qrcode2 |
| version | 0.17.1 |
| created_at | 2025-10-18 03:59:11.368217+00 |
| updated_at | 2025-11-04 16:41:39.908449+00 |
| description | A QR code, Micro QR code, and rMQR code encoding library |
| homepage | |
| repository | https://github.com/sorairolake/qrcode-rust2 |
| max_upload_size | |
| id | 1888779 |
| size | 355,857 |
qrcode-rust2 (qrcode2) is a QR code encoding library
written in Rust.
This crate provides a normal QR code, Micro QR code, and rMQR code encoder for binary data.
[!IMPORTANT] This is a fork of the
qrcodecrate.
Run the following command in your project directory:
cargo add qrcode2
epsEnables EPS rendering support. This is enabled by default.
imageEnables raster image rendering support powered by the image crate. This is
enabled by default.
picEnables PIC rendering support. This is enabled by default.
stdEnables features that depend on the standard library. This is enabled by default.
svgEnables SVG rendering support. This is enabled by default.
no_std supportThis supports no_std mode. Disables the default feature to enable this.
See the documentation for more details.
The minimum supported Rust version (MSRV) of this library is v1.85.0.
The upstream repository is available at https://github.com/sorairolake/qrcode-rust2.git.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
The rMQR code encoder is based on the qrqrpar crate. It is licensed under
the BSD 3-Clause "New" or "Revised" License.
Copyright (C) 2016 kennytm and contributors (see AUTHORS.adoc)
This library is distributed under the terms of either the Apache License 2.0 or the MIT License.
This project is compliant with version 3.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.