Crates.io | uhppote-sys |
lib.rs | uhppote-sys |
version | 0.0.4 |
source | src |
created_at | 2022-07-06 20:21:50.033379 |
updated_at | 2022-07-15 17:01:13.389309 |
description | FFI bindings to uhppoted-dll |
homepage | |
repository | https://github.com/wouterdebie/uhppote-sys |
max_upload_size | |
id | 620747 |
size | 13,004,087 |
NOTE: This project has been deprecated!
This crate contains FFI bindings for uhppoted-dll that's part of the uhppoted project.
This crate provides low-level and unsafe access to uhppoted-dll
. Please use 'uhppote-rs' for safe Rust access to uhppoted-dll
.
NOTE Because uhppoted-dll
is a Golang library, a working golang installation is necessary to build and use this crate.
Most of this crate is generated in build.rs
.
uhppoted-dll
source code can be found in src/vendoruhppoted-dll
and is compiled using go build
to compile a static archive.uhppoted-dll
static library is then copied to the target/
directory.bindgen
is used to generate the Rust bindings from the uhppoted-dll
C header file.git submodule update --init --recursive
cargo build --release