Skip to main content

Crate vanta_sdk

Crate vanta_sdk 

Source
Expand description

vanta-sdk — the provider-author SDK (docs/22-provider-sdk.md).

Types and helpers a provider author uses to describe how to discover and resolve a tool. For declarative providers this mirrors the registry manifest; for WASM hooks these are the values a guest returns to the host. Kept dependency-light so it can target wasm32 guests.

Structs§

ArtifactDesc
What a resolve(version, os, arch) hook returns for one platform.

Traits§

ToolProvider
The contract a provider author implements (declaratively or via a WASM hook).

Functions§

render_url
Substitute {version}/{os}/{arch}/{ext} in a URL template — the helper most declarative providers need.