Crate binstalk_manifests

Source
Expand description

Manifest formats and utilities.

There are three types of manifests Binstall may deal with:

Modules§

binstall_crates_v1
Binstall’s crates-v1.json manifest.
cargo_config
Cargo’s .cargo/config.toml
cargo_crates_v1
Cargo’s .crates.toml manifest.
cargo_toml_binstall
The format of the [package.metadata.binstall] manifest.
crate_info
Common structure for crate information for post-install manifests.
crates_manifests
Contains both binstall_crates_v1 and cargo_crates_v1.

Structs§

CompactString
A CompactString is a compact string type that can be used almost anywhere a String or str can be used.
Url
A parsed URL record.
Version
SemVer version as defined by https://semver.org.