//! # rustdv
//!
//! A hardware verification framework in Rust: testbench components,
//! sequences, scoreboards, and simulator integration for RTL design
//! verification — inspired by UVM and pyuvm, rethought for Rust's
//! ownership model.
//!
//! **This is a placeholder release reserving the crate name.** The
//! framework is in active development alongside the book *Rust for RTL
//! Verification*. Nothing here is usable yet; watch the repository for
//! the first real release.
// Intentionally empty: v0.0.1 reserves the name.