cloud-sdk 0.1.0

no_std-first multi-provider cloud SDK foundations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cloud-sdk"
description = "no_std-first multi-provider cloud SDK foundations."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true

[features]
default = []
alloc = []
std = ["alloc"]

[lints]
workspace = true