loadsmith-registry 0.3.1

Registry abstraction and built-in sources for the loadsmith mod-manager library
Documentation
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;