libspnav-sys 0.1.0

FFI bindings to libspnav-sys
Documentation
  • Coverage
  • 0%
    0 out of 30 items documented0 out of 3 items with examples
  • Size
  • Source code size: 53.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 475.13 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • xanium4332/libspnav-sys
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • xanium4332

libspnav-sys

crates.io

The libspnav-sys crate provides declarations and linkage for the libspnav C library. Following the *-sys package conventions, the libspnav-sys crate does not define higher-level abstractions over the native libspnav library functions.

Versions

This crate currently builds and links against libspnav v0.2.3.

bindgen 0.48.1 was used to generate the bindings.

Dependencies

This crate makes use of cc to compile spnav.c, therfore a working C compiler useable by cc is required.

Limitations

Bindings are currently only provided for spnav.h with USE_X11 disabled. X11 support (including spnav_magellon.h) will be considered in the future.