Registry / utility / bardecoder

bardecoder

JSON →
library0.5.0rscratesunverified

Detect and decode QR Codes.

# Cargo.toml [dependencies] bardecoder = "0.5.0"
INSTALL
IMPORT
SIG · BARDECODER
B
bardecoder
utilityrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Decoder
use bardecoder::Decoder;

Decode a QR code from an image.

use bardecoder::Decoder; use image::open; fn main() { let img = open("qrcode.png").unwrap(); let decoder = Decoder::new(); let result = decoder.decode(&img); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
12
OpenAI (training)
2
Resources
bardecoder — cargo add bardecoder · libregistry