1 2 3 4
/// A registry that resolves packages from the local filesystem. pub mod local; /// An in-memory registry with pre-loaded static package data. pub mod offline;