Skip to content

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

License

Notifications You must be signed in to change notification settings

cdmistman/crates-io-api

 
 

Repository files navigation

crates-io-api

Crate API Docs

A Rust API client for the crates.io API.

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

The library uses the reqwest HTTP client and provides both an async and synchronous interface.

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

Usage

For usage information and examples, check out the Documentation.

rustls

By default the system TLS implementation is used.

You can also use rustls.

Cargo.toml:

[dependencies]
crates_io_api = { version = "?", default-features = false, features = ["rustls"] }

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.6%
  • Nix 1.4%