docs.rs failed to build arcbox-protocol-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.
Visit the last successful build:
arcbox-protocol-0.0.1-alpha.1
arcbox-protocol
Protocol Buffer message and service definitions for ArcBox.
Overview
This crate provides generated Rust types for arcbox.v1 protobuf schemas,
re-exported through:
arcbox_protocol::v1::*(canonical)- compatibility modules (
arcbox_protocol::machine,::container,::agent, etc.) - selected crate-root re-exports for convenience
Modules
| Module | Source proto | Description |
|---|---|---|
common |
common.proto |
Shared types (Empty, Mount, PortBinding, ...) |
machine |
machine.proto |
Machine lifecycle + agent passthrough requests |
container |
container.proto |
Container lifecycle and exec messages |
image |
image.proto |
Image pull/list/inspect/remove messages |
agent |
agent.proto |
Guest agent health/runtime messages |
api |
api.proto |
Network/system/volume API messages |
Usage
use ;
let create = CreateContainerRequest ;
let pull = PullImageRequest ;
assert_eq!;
assert_eq!;
License
MIT OR Apache-2.0