vhpi-sys 0.2.0

Raw FFI bindings to the VHDL VHPI library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# vhpi-sys

This crate provides the raw, unsafe FFI bindings for the VHDL VHPI
interface.

**Note:** You probably do not want to use this crate directly.

These are auto-generated using `bindgen` and are intended to be used by
the high-level, safe wrapper crate `vhpi`. Please see the [`vhpi` crate
documentation](https://crates.io/crates/vhpi) for a safe and ergonomic
API.