uhppote-sys

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.

How this is built

Most of this crate is generated in build.rs.

Building from source

bash git submodule update --init --recursive cargo build --release

```

```