libspnav-sys

Crates.iolibspnav-sys
lib.rslibspnav-sys
version0.1.0
sourcesrc
created_at2019-03-24 23:04:03.2112
updated_at2019-03-24 23:04:03.2112
descriptionFFI bindings to libspnav-sys
homepage
repositoryhttps://github.com/xanium4332/libspnav-sys
max_upload_size
id123583
size53,068
James Buckley (xanium4332)

documentation

README

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.

Commit count: 1

cargo fmt