Registry abstraction and built-in sources for the loadsmith mod-manager library.
This is an internal crate of the [loadsmith] workspace. Most consumers
should depend on the loadsmith facade crate instead of using this
crate directly.
Examples
use ;
use ;
use HashMap;
// Register an offline (pre-defined) source alongside other registries.
let mut set = new;
let pkg = new;
let mut packages = new;
packages.insert;
set.add;
let registry = set.get.expect;
assert!;