Module package

Source
Expand description

The package registry of the world.

Modules§

pack
A bundle that is modifiable
registry
Package Registry.

Structs§

DirPack
A package in the directory.
FilterPack
A package in the directory.
GitClPack
A package in the git.
GitHubReleasePack
A package in the GitHub releases.
HttpPack
A package in the remote http.
MapPack
A package in the directory.
Package
The package is a trait that can be used to create a package.
PackageSpec
Identifies a package.
RegistryPathMapper
A path mapper for the package registry.
TarballPack
A package in the tarball.
UniversePack
A package in the universe registry.

Enums§

PackEntries
The pack file is the knownn file type in the package.
PackFile
The pack file is the knownn file type in the package.
PackSpecifier
The specifier is used to identify a package.
PackageError
An error that occurred while trying to load a package.

Traits§

CloneIntoPack
The pack trait is used to hold a package.
Pack
The pack trait is used to hold a package.
PackExt
The pack trait extension.
PackFs
The pack trait is used for read/write files in a package.
PackageRegistry
A trait for package registries.