Skip to main content

PUBLISHED_PACKAGES

Constant PUBLISHED_PACKAGES 

Source
pub const PUBLISHED_PACKAGES: &[&str];
Expand description

Names of ODNI packages currently published to crates.io as ism-{lower} crates, sorted for binary search. Subset of PACKAGES.

An empty slice means no per-package crates are on crates.io yet — only the meta crate (ism-data) is — and consumers must use git dependencies for any per-package crate they need. Driven by tools/published.toml; regenerated by tools/sync_published.py. Do not edit by hand.