Expand description
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§
- Crate
Info - 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.