Lightweight types shared across PVQ crates.
- PvqResponse: raw bytes returned from a PVQ program
- PvqResult: success bytes or error
- PvqError: in
stdit is a string message; inno_stdit is a compact enum
- No helpers or codecs are provided here; this crate only defines the basic types used by executors, extensions, and runtime APIs.
cargo build -p pvq-primitives