cloud-sdk
Provider-neutral foundation crate for the cloud-sdk workspace.
This crate belongs to the main cloud-sdk
project. It contains shared, no_std-first domains that provider crates can use
without pulling in HTTP clients, TLS, async runtimes, token storage, serde, or
filesystem dependencies.
Most Hetzner users should read and depend on
cloud-sdk-hetzner. That crate is
the main documentation surface for Hetzner Cloud, DNS, security, and Storage Box
API planning.
Install
[]
= "0.3.0"
Example
use ;
let provider = Hetzner;
let family = Cloud;
let method = Get;
assert_eq!;
assert_eq!;
assert_eq!;
Scope
- Default features are empty.
- The crate is
no_stdby default. - It is provider-neutral and intentionally small.
- Provider-specific examples live in provider crates such as
cloud-sdk-hetzner.