moore-circt-sys 0.14.0

Low-level language bindings to CIRCT.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "moore-circt-sys"
version = "0.14.0"
authors = ["Fabian Schuiki <fabian@schuiki.ch>"]
edition = "2018"

description = "Low-level language bindings to CIRCT."
repository = "https://github.com/fabianschuiki/moore"
license = "Apache-2.0 OR MIT"

[dependencies]
libc = "0.2"

[build-dependencies]
bindgen = "0.59.0"
cc = "1.0"