[][src]Crate reefast

REEFAST

REEFAST is an engine built to simulate EVE Online ship and structure fits.

It exposes various endpoints to fetch aggregated stats and conduct fit optimizations. Initial setup consists of the following steps:

  • you feed EVE data using an dh::DataHandler implementation
  • the engine converts the data into optimized internal format
  • you compose fit objects and fetch data from there

Modules

consts
defines
dh

Data handling interface

dh_impls

Data handler implementations

eve_type
prelude