Crate db_dump

source ·
Expand description

githubcrates-iodocs-rs

Modules§

Structs§

  • Represents the range of local timestamps between midnight and the adjacent midnight in the given timezone.
  • 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.
  • Perform a streaming load of only relevant database tables.

Functions§

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

Type Aliases§

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