docs.rs failed to build arcbox-api-0.4.9
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
arcbox-api
API server layer for ArcBox.
Overview
This crate provides ArcBox gRPC service implementations over arcbox-core
runtime state. It currently exposes machine, sandbox, and host-side migration
service implementations.
Features
- gRPC
MachineServicewith machine lifecycle + guest-agent pass-through calls - gRPC
MigrationServicewith host-side migration planning/execution entrypoints
Usage
use MachineServiceImpl;
use Runtime;
use Arc;
let runtime = new;
let _machine_service = new;
License
MIT OR Apache-2.0