#curse-forge

furse

A simple Rust wrapper for the official CurseForge API

29 stable releases

1.5.15 May 22, 2024
1.5.13 Jan 26, 2024
1.5.12 Aug 6, 2023
1.5.11 Jul 30, 2023
1.0.3 Mar 5, 2022

#1 in #curse-forge

Download history 80/week @ 2024-06-17 43/week @ 2024-06-24 134/week @ 2024-07-01 39/week @ 2024-07-08 40/week @ 2024-07-15 123/week @ 2024-07-22 69/week @ 2024-07-29 48/week @ 2024-08-05 58/week @ 2024-08-12 36/week @ 2024-08-19 34/week @ 2024-08-26 45/week @ 2024-09-02 51/week @ 2024-09-09 61/week @ 2024-09-16 112/week @ 2024-09-23 40/week @ 2024-09-30

270 downloads per month
Used in 3 crates (2 directly)

MIT license

29KB
488 lines

Furse

github badge crates badge docs.rs

Furse is a simple library for using the CurseForge API in Rust projects. It uses Reqwest as its HTTPS client and deserialises responses to strongly typed structs using SerDe.

Features

This crate includes the following:

This crate uses Rustls rather than OpenSSL, because OpenSSL is outdated and slower.

Dependencies

~5–16MB
~218K SLoC