Crates.io | furse |
lib.rs | furse |
version | 1.5.15 |
source | src |
created_at | 2022-01-22 17:42:31.804216 |
updated_at | 2024-05-22 09:18:19.654261 |
description | A simple Rust wrapper for the official CurseForge API |
homepage | |
repository | https://github.com/gorilla-devs/furse |
max_upload_size | |
id | 519244 |
size | 32,125 |
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.
This crate includes the following:
File
This crate uses Rustls rather than OpenSSL, because OpenSSL is outdated and slower.