microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e8c4f2e8ffc1914ac7dab5e566370609f1f37cd7

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

openhcl/azure_profiler_proto/src/lib.rs

12lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4//! The Azure Profiler service protocol definitions.
5
6// Crates used by generated code. Reference them explicitly to ensure that
7// automated tools do not remove them.
8use inspect as _;
9use mesh_rpc as _;
10use prost as _;
11
12include!(concat!(env!("OUT_DIR"), "/profile.rs"));
13