qrcodefyi 0.1.1

QR code type reference, version lookup, and encoding encyclopedia -- async API client for qrcodefyi.com.
Documentation

qrcodefyi

crates.io License: MIT

Rust client for the QRCodeFYI REST API. QR code types. Uses reqwest for HTTP.

Explore at qrcodefyi.com — interactive tools and comprehensive reference.

Install

[dependencies]
qrcodefyi = "0.1"

Quick Start

fn main() -> Result<(), Box<dyn std::error::Error>> {
    let client = qrcodefyi::Client::new();
    let result = client.search("query")?;
    println!("{:?}", result);
    Ok(())
}

Also Available

Platform Install Link
Python pip install qrcodefyi PyPI
npm npm install qrcodefyi npm
Go go get github.com/fyipedia/qrcodefyi-go pkg.go.dev
Rust cargo add qrcodefyi crates.io
Ruby gem install qrcodefyi rubygems

Links

Tag FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
BarcodeFYI barcodefyi.com Barcode formats, EAN, UPC, ISBN standards
BLEFYI blefyi.com Bluetooth Low Energy, GATT, beacons
NFCFYI nfcfyi.com NFC chips, tag types, NDEF, standards
QRCodeFYI qrcodefyi.com QR code types, versions, encoding modes
RFIDFYI rfidfyi.com RFID tags, frequency bands, standards
SmartCardFYI smartcardfyi.com Smart cards, EMV, APDU, Java Card

Embed Widget

Embed QRCodeFYI widgets on any website with qrcodefyi-embed:

<script src="https://cdn.jsdelivr.net/npm/qrcodefyi-embed@1/dist/embed.min.js"></script>
<div data-qrcodefyi="entity" data-slug="example"></div>

Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · Widget docs

License

MIT