#curseforge #minecraft #modding

furse

A simple Rust wrapper for the official CurseForge API

23 stable releases

1.5.9 Mar 22, 2023
1.5.8 Dec 20, 2022
1.5.6 Nov 12, 2022
1.5.1 Jul 17, 2022
1.0.3 Mar 5, 2022

#846 in Web programming

Download history 90/week @ 2023-02-09 123/week @ 2023-02-16 137/week @ 2023-02-23 121/week @ 2023-03-02 58/week @ 2023-03-09 98/week @ 2023-03-16 183/week @ 2023-03-23 97/week @ 2023-03-30 128/week @ 2023-04-06 78/week @ 2023-04-13 65/week @ 2023-04-20 75/week @ 2023-04-27 95/week @ 2023-05-04 72/week @ 2023-05-11 51/week @ 2023-05-18 86/week @ 2023-05-25

313 downloads per month
Used in 2 crates

MIT license

29KB
503 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–13MB
~266K SLoC