nitro_net 0.29.0

Various network APIs for Nitrolaunch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Note: The asynchronous functions in this library expect the use of the Tokio runtime and may panic
//! if it is not used

/// Interacting with the CurseForge API
pub mod curseforge;
/// Download utilities
pub mod download;
/// Uploading and downloading from filebin.net
pub mod filebin;
/// GitHub releases API
pub mod github;
/// Interacting with the Modrinth API
pub mod modrinth;
/// Downloading the NeoForge installer
pub mod neoforge;
/// Interacting with the Smithed API
pub mod smithed;