microsoft/openvmm

Public

mirrored from https://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
release/2505-fork

Branches

Tags

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

Clone

HTTPS

Download ZIP

openhcl/azure_profiler_proto/src/lib.rs

15lines · modecode

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