Crate cfwidget[][src]

Expand description

cfwidget is a crate for fetching data from cfwidget.com

This crate contains two main functions for reading data:

  • fetch_project_by_info
  • fetch_project_by_id

Read their documentation for more info

Modules

types

This module contains all datatypes used by the cfwidget API

Functions

fetch_project_by_id

Fetch a CurseForge project’s info by its project ID

fetch_project_by_info

Fetch a CurseForge project’s info by some data describing the project.