Crate sde

source ·
Expand description

Read Eve Online’s SDE data from sqlite database

Provides an abstraction layer over SDE data . When the abstraction is used makes it fast to search there are these advantages:

Modules

  • Module that contains some hardcoded values useful to the crate
  • Module that has Data object abstractions to fill with the database data.

Structs

  • Manages the process of reading SDE data and putting into different data structures for easy in-memory access.