hvlite_ttrpc_vmservice/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! Rust binadings to the `vmservice.proto` TTRPC API

#![expect(missing_docs)]
#![forbid(unsafe_code)]
#![expect(clippy::enum_variant_names, clippy::large_enum_variant)]

// Crates used by generated code. Reference them explicitly to ensure that
// automated tools do not remove them.
use mesh_rpc as _;
use prost as _;

include!(concat!(env!("OUT_DIR"), "/vmservice.rs"));