crates_io_api-wasm-patch

Crates.iocrates_io_api-wasm-patch
lib.rscrates_io_api-wasm-patch
version0.12.1
created_at2025-01-27 17:26:18.814049+00
updated_at2025-01-27 23:14:50.04545+00
descriptionWASM-compatible patch of crates_io_api
homepage
repositoryhttps://github.com/jonaspleyer/crates-io-api
max_upload_size
id1532628
size121,864
Jonas Pleyer (jonaspleyer)

documentation

https://docs.rs/crates_io_api-wasm-patch

README

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"] }
Commit count: 192

cargo fmt