added nexus mod downloads

This commit is contained in:
2026-03-08 01:38:27 +01:00
parent 9d9ee1d229
commit 90c6b59914
8 changed files with 865 additions and 7 deletions

7
src/nexus.rs Normal file
View File

@@ -0,0 +1,7 @@
mod url;
mod api;
mod downloader;
pub use url::NXMUrl;
pub use api::NexusAPI;
pub use downloader::download_mod;