Crate db_dump

source ·

Modules

badges.csv
categories.csv
crate_owners.csv
crates.csv
crates_categories.csv
crates_keywords.csv
dependencies.csv
keywords.csv
metadata.csv
reserved_crate_names.csv
teams.csv
users.csv
version_downloads.csv
versions.csv

Structs

A crates.io DB dump with everything deserialized into memory. Use Loader to load only parts of a dump, which is more efficient.
Error type returned by db_dump::load_all and Loader::load in the event that loading crates.io’s DB dump from the specified file fails.
Lazy index of those tables that have a unique ID column as primary key.
Perform a streaming load of only relevant database tables.

Functions

Deserialize everything in a crates.io DB dump into memory.

Type Definitions

Result type returned by db_dump::load_all and Loader::load.