1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
34//! Client-facing definitions for the VM worker.
56#![expect(missing_docs)]
7#![forbid(unsafe_code)]
89pub mod config;
10pub mod entrypoint;
11pub mod rpc;
12pub mod worker;