curseforge 0.3.1

A straightforward asynchronous wrapper around the CurseForge Core API. Public API is subject to change before 1.0.0.
Documentation
1
2
3
4
5
6
7
//! **Do not use this, it is incomplete!**

pub mod types;

pub mod prelude {
    pub use super::types::*;
}