Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.04 KB

File metadata and controls

24 lines (17 loc) · 1.04 KB

curseforge-api-rs

A simple wrapper around Curseforge API

Motivations (Why an own crate?)

This library originated from two primary motivations:

  • Firstly, as we learn Rust programming language, we sought a practical project to enhance our skills in creating reusable public crates.
  • Secondly, this functionality is a core requirement for our project, Rusty.

Recognizing its potential utility beyond our immediate needs, we decided to develop and share it as a public crate for everyone to use.

Examples:

Soon...

TODO:

License

This project is licensed under the MIT License.

We also want to acknowledge that this crate adapts certain code segments from furse by gorilla-devs. Their project is also distributed under the MIT License, and we are grateful for their foundational work which served as a valuable reference.