//!//! # Circuit Protobuf Definitions
//!// These are used by the macro-expanded code
#[allow(unused_imports)]useprost::Message;#[allow(unused_imports)]useserde::{Deserialize, Serialize};// Include the prost-expanded proto-file content
include!(concat!(env!("OUT_DIR"),"/vlsir.circuit.rs"));