curseforge 0.3.0

A straightforward asynchronous wrapper around the CurseForge Core API. Public API is subject to change before 1.0.0.
Documentation
# CurseForge API Wrapper for Rust

[![GitHub Issues](https://img.shields.io/github/issues/EssentialMC/curseforge-rs?logo=github&style=flat-square)](https://github.com/EssentialMC/curseforge-rs/issues)
[
![Crate Downloads](https://img.shields.io/crates/d/curseforge?logo=rust&style=flat-square)
![Crate Version](https://img.shields.io/crates/v/curseforge?label=version&logo=rust&style=flat-square)
](https://crates.io/crates/curseforge)
[![Crate Documentation](https://img.shields.io/docsrs/regex/latest?logo=rust&style=flat-square)](https://docs.rs/curseforge)
[![GitHub License](https://img.shields.io/github/license/EssentialMC/curseforge-rs?style=flat-square)](https://github.com/EssentialMC/curseforge-rs/blob/master/LICENSE)

This crate aims to provide a complete wrapper over the REST API for [CurseForge Core].

It also has secondary support for the [CFWidget] API.

## For more usage information, see the [crate documentation].

[CurseForge Core]: https://docs.curseforge.com/#getting-started
[CFWidget]: https://www.cfwidget.com/
[crate documentation]: https://docs.rs/curseforge