docs.rs failed to build arcbox-api-0.1.4
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 is currently machine-focused (MachineServiceImpl).
Other service definitions may exist in shared protocol crates but are not all
implemented here.
Features
- gRPC
MachineServicewith machine lifecycle + guest-agent pass-through calls
Usage
use MachineServiceImpl;
use Runtime;
use Arc;
let runtime = new;
let _machine_service = new;
License
MIT OR Apache-2.0