Registry / utility / vcd
library0.7.0rscratesunverified

Read and write VCD (Value Change Dump) files.

# Cargo.toml [dependencies] vcd = "0.7.0"
INSTALL
IMPORT
SIG · VCD
V
vcd
utilityrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Command
✓ use vcd::Command;

Demonstrates using the Command enum to represent VCD commands.

use vcd::Command; fn main() { let cmd = Command::Dumpvars; println!("{:?}", cmd); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
vcd — cargo add vcd · libregistry