qrcode-parse 2.0.0

Zero-dependency QR payload content parsers (WiFi / vCard / GS1) — the decode-side helpers of qrcode-rs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "qrcode-parse"
description = "Zero-dependency QR payload content parsers (WiFi / vCard / GS1) — the decode-side helpers of qrcode-rs."
license = "MIT OR Apache-2.0"
version = "2.0.0"
edition = "2024"
rust-version = "1.85"
authors = ["houseme <housemecn@gmail.com>"]
repository = "https://github.com/houseme/qrcode-rs"
keywords = ["qrcode", "parser", "wifi", "vcard", "gs1"]
categories = ["encoding", "no-std"]
readme = "README.md"

[features]
default = []
# Links the `std` crate. Disable for `no_std` + `alloc`.
std = []