marlin 0.7.2

🦀 No nonsense hardware testing in Rust 🛠️
Documentation
[dependencies.marlin-spade]
optional = true
version = "0.7.2"

[dependencies.marlin-verilator]
version = "0.7.2"

[dependencies.marlin-verilog]
optional = true
version = "0.7.2"

[dependencies.marlin-veryl]
optional = true
version = "0.7.2"

[features]
spade = ["dep:marlin-spade"]
verilog = ["dep:marlin-verilog"]
veryl = ["dep:marlin-veryl"]

[lib]
name = "marlin"
path = "src/lib.rs"

[package]
authors = ["Ethan Uppal"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "🦀 No nonsense hardware testing in Rust 🛠️"
edition = "2024"
license = "MPL-2.0"
name = "marlin"
readme = "README.md"
repository = "https://github.com/ethanuppal/marlin"
rust-version = "1.85"
version = "0.7.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]