modrinth 0.2.0

Rust wraper for the Modrinth REST API. Public API subject to change before 1.0.0.
Documentation
1
2
3
4
5
pub(crate) mod pagination;
pub(crate) mod params;

pub use pagination::*;
pub use params::*;