microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
53ad17d9d02566fc37b0dd337d681a9d935cdb69

Branches

Tags

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

Clone

HTTPS

Download ZIP

openhcl/minimal_rt/build.rs

6lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4fn main() {
5 minimal_rt_build::init();
6}
7