Crate wac_resolver

Source
Expand description

Modules for package resolvers.

Structs§

FileSystemPackageResolver
Used to resolve packages from the file system.
PackageVisitor
A visitor of packages referenced in a document.
RegistryPackageResolver
Used to resolve packages from a Warg registry.

Enums§

Error
Represents a package resolution error.

Traits§

ProgressBar
Implemented by progress bars.

Functions§

packages
Builds a map of packages referenced in a document to the first span which references the package.