ferinth

Crates.ioferinth
lib.rsferinth
version2.12.0
created_at2021-11-03 06:28:19.50311+00
updated_at2025-04-26 11:37:33.759397+00
descriptionA simple Rust wrapper for the official Modrinth API
homepage
repositoryhttps://github.com/gorilla-devs/ferinth
max_upload_size
id476029
size146,137
Ilesh Thiada (theRookieCoder)

documentation

README

Ferinth

Made with Rust GitHub - Ferinth license - MIT crates.io docs.rs

Ferinth is a simple library for using the Modrinth REST API in Rust. It uses reqwest for sending requests and deserialising responses to strongly typed structs using Serde.

Features

  • Strongly typed structures for API responses
  • Useful examples in the method documentations
  • Implementations for the following API calls
    • TODO

Missing Features

  • Requests that require large body data
  • Better organisation of API calls
Commit count: 78

cargo fmt