1 2 3 4 5 6 7 8 9 10 11 12
//!
//! # `Tetris` Gridded-Layout Protobuf Definitions
//!
// These are used by the macro-expanded code
#[allow(unused_imports)]
use prost::Message;
#[allow(unused_imports)]
use serde::{Deserialize, Serialize};
// Include the prost-expanded proto-file content
include!(concat!(env!("OUT_DIR"), "/vlsir.tetris.rs"));