Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

PVQ Primitives

Lightweight types shared across PVQ crates.

  • PvqResponse: raw bytes returned from a PVQ program
  • PvqResult: success bytes or error
  • PvqError: in std it is a string message; in no_std it is a compact enum

Behavior

  • No helpers or codecs are provided here; this crate only defines the basic types used by executors, extensions, and runtime APIs.

Build

cargo build -p pvq-primitives