iowkit-sys

Crates.ioiowkit-sys
lib.rsiowkit-sys
version0.1.1
sourcesrc
created_at2024-07-11 20:22:24.019482
updated_at2024-07-28 10:22:16.22396
descriptionRust bindings for the Code Mercenaries iowkit library
homepage
repositoryhttps://github.com/Tederean/iowkit-sys
max_upload_size
id1299980
size19,056
Florian Porsch (Tederean)

documentation

README

iowkit-sys

Rust bindings for the Code Mercenaries iowkit library, a C-based programmatic interface for communicating with IOWarrior microcontroller boards over USB.

Type of Bindings

These bindings were created using bindgen's feature to generate wrappers over top of the functionality that the libloading crate provides. This means that they're designed for loading the iowkit library at runtime; they are not suitable for linking to iowkit (statically or dynamically) at buildtime.

License

Licensed under MIT license.
Commit count: 6

cargo fmt