Mountain/Vine/Generated/
mod.rs

1//! # Vine Generated Code
2//!
3//! This module includes and re-exports the Rust code that is automatically
4//! generated by `tonic-build` from the `Vine.proto` definition file. It serves
5//! as the single source of truth for all gRPC message types, service traits,
6
7//! and client/server structs. Do not edit this file directly.
8
9#![allow(
10	non_snake_case,
11	non_camel_case_types,
12	clippy::all,
13	unused_imports,
14	unknown_lints,
15	non_shorthand_field_patterns
16)]
17
18include!("vine_ipc.rs");