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
6
7
pub(crate) mod project;
pub(crate) mod search;
pub(crate) mod version;

pub use project::*;
pub use search::*;
pub use version::*;