/crates_io_api

API client for crates.io, the Rust crate registry.

Primary LanguageRustApache License 2.0Apache-2.0

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.

Please consult the official Crawler Policy before using this library. A rate limiter is included.

How to use

For usage information and examples, check out the Documentation.