moore-circt 0.14.0

Rust wrappers around the CIRCT API.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "moore-circt"
version = "0.14.0"
authors = ["Fabian Schuiki <fabian@schuiki.ch>"]
edition = "2018"

description = "Rust wrappers around the CIRCT API."
repository = "https://github.com/fabianschuiki/moore"
license = "Apache-2.0 OR MIT"

[dependencies]
moore-circt-sys = { path = "../circt-sys", version = "0.14.0" }
num = "0.3"