Expand description

Ferinth

Ferinth is a simple library for using the Modrinth API in Rust. 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.

The following features still need to be implemented

  • Search projects
  • User authentication
  • Other types of requests

Modules

Structs

An instance of the API to invoke API calls on.

Enums