microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
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. |
| 8 | use inspect as _; |
| 9 | use mesh_rpc as _; |
| 10 | use prost as _; |
| 11 | |
| 12 | include!(concat!(env!("OUT_DIR"), "/profile.rs")); |
| 13 | |