Install, remove, and list mod files 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 ConflictStrategy;
use install;
use uninstall;
use extract;
use GlobRule;
use RouteRule;
use InstallRule;
use InstallRuleset;
// Each public type and function is available at the crate root.
let strategy = Overwrite;
assert_eq!;