linuxcnc-hal-sys 0.1.4

Generated, unsafe Rust bindings to the LinuxCNC HAL submodule
Documentation
[package]
name = "linuxcnc-hal-sys"
version = "0.1.4"
authors = ["James Waples <james@wapl.es>"]
edition = "2018"
documentation = "https://docs.rs/linuxcnc-hal-sys"
description = "Generated, unsafe Rust bindings to the LinuxCNC HAL submodule"
readme = "./README.md"
license = "MIT OR Apache-2.0"
keywords = [ "cnc", "linuxcnc", "bindgen", "ffi" ]
categories = [ "external-ffi-bindings", "science::robotics" ]
repository = "https://github.com/jamwaffles/linuxcnc-hal-rs"
include = [
    "**/*.rs",
    "Cargo.toml",
    "wrapper.h",
    "linuxcnc-src/src/hal/**/*.h",
    "linuxcnc-src/src/rtapi/**/*.h",
    "linuxcnc-src/lib/liblinuxcnchal.so.0",
    "README.md",
]
links = "linuxcnchal"

[badges]
circle-ci = { repository = "jamwaffles/linuxcnc-hal-rs", branch = "master" }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[build-dependencies]
bindgen = "0.52.0"