wavepeek 0.5.0

Command-line tool for RTL waveform inspection with deterministic machine-friendly output.
Documentation
1
2
3
4
5
6
7
8
pub const SCHEMA_URL: &str = concat!(
    "https://raw.githubusercontent.com/kleverhq/wavepeek/v",
    env!("CARGO_PKG_VERSION"),
    "/schema/wavepeek.json"
);

pub const CANONICAL_SCHEMA_JSON: &str =
    include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/schema/wavepeek.json"));