crates_io_api 0.6.0

API client for crates.io
Documentation

crates_io_api

A Rust client for the crates.io API.

This crate aims to provide an easy to use and complete client for retrieving detailed information about Rust's crate ecosystem.

The crate uses the reqwest HTTP client and provides both a async and synchronous interface.

When accessing crates.io, please be respectful of the official Crawler Policy.

To make this easier, rate limiting is provided.

How to use

For usage information and examples, check out the Documentation.