crates_io_api 0.6.1

API client for crates.io
Documentation
# crates_io_api

A Rust client for the [crates.io](https://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](https://github.com/seanmonstar/reqwest) HTTP client
and provides both a async and synchronous interface.

Please consult the official [Crawler Policy](https://crates.io/policies#crawlers) before using this library. 
A rate limiter is included.

## How to use

For usage information and examples, check out the
[Documentation](https://docs.rs/crates_io_api).