hvlite_ttrpc_vmservice/lib.rs
1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4//! Rust binadings to the `vmservice.proto` TTRPC API
5
6#![expect(missing_docs)]
7#![forbid(unsafe_code)]
8#![expect(clippy::enum_variant_names, clippy::large_enum_variant)]
9
10// Crates used by generated code. Reference them explicitly to ensure that
11// automated tools do not remove them.
12use mesh_rpc as _;
13use prost as _;
14
15include!(concat!(env!("OUT_DIR"), "/vmservice.rs"));