nfcfyi 0.1.2

NFC chip reference, NDEF type lookup, and contactless standard encyclopedia -- async API client for nfcfyi.com.
Documentation

nfcfyi

crates.io License: MIT

Rust client for the NFCFYI REST API. NFC chips, NDEF. Uses reqwest for HTTP.

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

Install

[dependencies]
nfcfyi = "0.1"

Quick Start

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

Also Available

Platform Install Link
Python pip install nfcfyi PyPI
npm npm install nfcfyi npm
Go go get github.com/fyipedia/nfcfyi-go pkg.go.dev
Rust cargo add nfcfyi crates.io
Ruby gem install nfcfyi 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 NFCFYI widgets on any website with nfcfyi-embed:

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

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

License

MIT