Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.46 KB

README.md

File metadata and controls

25 lines (20 loc) · 2.46 KB

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.