Re-exports

pub use crate::core::utils::update_index;
pub use crate::model::LocalIndex;
pub use crate::model::LocalMod;
pub use crate::model::Mod;

Modules

Macros

Structs

ProjectDirs computes the location of cache, config or data directories for a specific application, which are derived from the standard directories and the name of the project/organization.

Functions

Finds mods in the LocalIndex whose version doesn’t match the provided remote index

Download and install mod(s) to the specified target. Will check the cache before downloading if configured.

Download and install updated versions of provided mods. Updates the LocalIndex and clears old versions from the cache as well.