vcd

Crates.iovcd
lib.rsvcd
version0.7.0
sourcesrc
created_at2015-05-04 22:37:17.26816
updated_at2023-07-15 18:44:31.371397
descriptionRead and write VCD (Value Change Dump) files
homepage
repositoryhttps://github.com/kevinmehall/rust-vcd
max_upload_size
id2027
size73,544
Kevin Mehall (kevinmehall)

documentation

README

VCD

Documentation | Changelog

This crate reads and writes VCD (Value Change Dump) files, a common format used with logic analyzers, HDL simulators, and other EDA tools. It provides streaming wrappers around the io::Read and io::Write traits to read and write VCD commands and data.

Commit count: 78

cargo fmt