modrinth 0.1.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
8
9
10
11
pub mod base62;
pub mod query;
pub mod types;

pub mod prelude {
    pub use super::{
        base62::Base62,
        query::{search::*, *},
        types::*,
    };
}