Crates.io | bnr |
lib.rs | bnr |
version | 0.1.2 |
source | src |
created_at | 2024-01-24 23:33:47.326153 |
updated_at | 2024-03-13 21:31:26.180954 |
description | Pure Rust implementation of the BNR XFS USB communication protocol |
homepage | |
repository | https://github.com/bnr-rs/bnr |
max_upload_size | |
id | 1113091 |
size | 49,482 |
This library presents a high-level, safe, idiomatic Rust API for interacting with MEI/CPI BNR devices.
The structure of the project's file tree roughly follows the organization of the MEI/CPI modules.
Related types are grouped together in modules. Larger modules are further split into their own set of modules, and glob-imported by the parent module.
The ultimate goal is to cover a large portion of the API surface, and then begin to implement all functionality in Rust.
Enough functionality is implemented to perform device initialization, configuration, deposit, dispense, and reset.
There is still a reasonable amount left to implement.