29 stable releases

new 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

#701 in Web programming

Download history 104/week @ 2024-02-02 70/week @ 2024-02-09 90/week @ 2024-02-16 241/week @ 2024-02-23 90/week @ 2024-03-01 58/week @ 2024-03-08 37/week @ 2024-03-15 30/week @ 2024-03-22 62/week @ 2024-03-29 41/week @ 2024-04-05 131/week @ 2024-04-12 93/week @ 2024-04-19 38/week @ 2024-04-26 25/week @ 2024-05-03 13/week @ 2024-05-10 165/week @ 2024-05-17

254 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–20MB
~256K SLoC