sv-bindings 0.1.2

Raw FFI bindings for the (System)Verilog DPI, PLI, and VPI interfaces (IEEE 1800).
Documentation
[build-dependencies.bindgen]
version = "0.69.1"

[features]
default = []

[lib]
name = "sv_bindings"
path = "lib/lib.rs"

[package]
authors = ["John Zacarias Jekel <john@jekel.ca>"]
description = "Raw FFI bindings for the (System)Verilog DPI, PLI, and VPI interfaces (IEEE 1800)."
edition = "2021"
keywords = ["verilog", "systemverilog", "dpi", "vpi", "bindings"]
license = "MIT"
name = "sv-bindings"
readme = "README.md"
repository = "https://git.jekel.ca/JZJ/sv-bindings"
version = "0.1.2"
[profile.dev]
incremental = true

[profile.release]
codegen-units = 1
lto = true
overflow-checks = false
panic = "abort"
strip = true

[profile.release-with-debug]
debug = 2
inherits = "release"
lto = false
overflow-checks = false
panic = "abort"
strip = false