Crate crator

Crate crator 

Source
Expand description
crator
CRATOR

This library offers core functions to retrieve crate metadata from crates.io via raw TCP/TLS connections, process the JSON response, and present the data in a user-friendly format.

Structs§

CrateInfo
Represents the essential information about a crate: its latest version and total downloads.

Functions§

crate_data
Fetches crate data from crates.io API given a crate name.
format_number
Formats large numbers into human-readable strings.