brocade

Crates.iobrocade
lib.rsbrocade
version0.1.1
sourcesrc
created_at2023-02-13 04:20:43.066453
updated_at2023-02-13 05:50:25.906757
descriptionInterface for querying brocade.io products
homepagehttps://github.com/dangarbri/brocade-rs
repositoryhttps://github.com/dangarbri/brocade-rs
max_upload_size
id783677
size6,456
Daniel Garcia-Briseno (dangarbri)

documentation

https://github.com/dangarbri/brocade-rs

README

Brocade Rust

This module provides an interface for looking up products from https://www.brocade.io/

Usage

Add this module to your dependencies

[dependencies]
brocade = "0.1.0"

Then in code, use

brocade::instance().get("1234567") // Get product info from barcode

Design

I personally feel that reqwests is a little bloated, but it's the most popular request library and I used it. This lib is written so that in the future a different reqwest library may be used by specifying a feature flag.

Commit count: 5

cargo fmt