iowkit-sys 0.1.1

Rust bindings for the Code Mercenaries iowkit library
Documentation
  • Coverage
  • 0.76%
    1 out of 131 items documented0 out of 0 items with examples
  • Size
  • Source code size: 19.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.88 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Tederean/iowkit-sys
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Tederean

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