28 stable releases

1.5.14 Apr 18, 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

#691 in Web programming

Download history 34/week @ 2024-01-22 160/week @ 2024-01-29 79/week @ 2024-02-05 72/week @ 2024-02-12 148/week @ 2024-02-19 221/week @ 2024-02-26 41/week @ 2024-03-04 59/week @ 2024-03-11 29/week @ 2024-03-18 27/week @ 2024-03-25 75/week @ 2024-04-01 32/week @ 2024-04-08 171/week @ 2024-04-15 64/week @ 2024-04-22 26/week @ 2024-04-29 19/week @ 2024-05-06

282 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–19MB
~253K SLoC