Skip to main content

Crate vanta_resolve

Crate vanta_resolve 

Source
Expand description

vanta-resolve — turn a Request into a deterministic Resolution.

Resolution reads the registry, filters versions by the request’s constraint, picks the maximum satisfying version by SemVer ordering, and renders a per-platform artifact for every requested target. The result is fully pinned and lockable. See docs/06-resolution.md.

Most tools are independent leaves; inter-tool dependency graphs are resolved where a provider declares them.

Structs§

Resolver
Resolves requests against a registry.

Functions§

artifact_for
Pick the artifact for a specific platform out of a resolution.