1// Copyright (c) Microsoft Corporation. 2// Licensed under the MIT License. 3 4//! Client-facing definitions for the VM worker. 5 6#![expect(missing_docs)] 7 8pub mod config; 9pub mod entrypoint; 10pub mod rpc; 11pub mod worker;