Versions in this module Expand all Collapse all v0 v0.7.0 Jul 11, 2026 Changes in this version + func Report(w io.Writer, realized []Realized) + type Need struct + Capability string + Reason string + Source string + func InferRustNeeds(manifestDir string) []Need + type PackageVersion struct + Name string + Version string + type Realized struct + Backend string + Need Need + Packages []PackageVersion + Present bool + type Realizer interface + Backend func() string + Realize func(ctx context.Context, needs []Need) ([]Realized, error) + func NewRealizer(cacheDir string) Realizer