type ValidAtoms = HashMap<Label, PathBuf>;
A HashMap containing all valid atoms in the current workspace.
HashMap
The map links an Label to the file path of its manifest.
Label
struct ValidAtoms { /* private fields */ }