Skip to content
/ ferinth Public
forked from gorilla-devs/ferinth

Ferinth is a simple library for using the Modrinth API in Rust projects

License

Notifications You must be signed in to change notification settings

4JX/ferinth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ferinth

github badge crates badge docs.rs

Ferinth is a simple library to use the Modrinth API in Rust projects

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

Use

The major version of this crate's version directly corresponds to the Modrinth API version it uses. So for example if you want to use the Modrinth API version 2, which is the latest one available now, then specify this crate version as 2.
After you have decided the API version to use, you can add this crate to your Cargo.toml like so

[dependencies]
ferinth = "2" # For API version 2

About

Ferinth is a simple library for using the Modrinth API in Rust projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%