Crate ferinth[][src]

Expand description

A simple library to use the Modrinth API in Rust projects

Ferinth provides API bindings for the Modrinth API. It is intuitive to use and provides typed structs for all the data used

Example

You can find an example here

Modules

Structs

An instance of the API

Type Definitions

A type alias for reqwest::Error so that you do not have to specify it in your Cargo.toml