qontinui-runner-client 0.2.0

Typed HTTP client for the qontinui-runner /spawn-placement endpoints. Layered on qontinui-types::wire.
Documentation
1
2
3
4
5
#![doc = include_str!("../README.md")]

pub mod placement;

pub use placement::{Overflow, SpawnPlacementClient, SpawnPlacementClientError};