diff --git a/rustdoc/game/challenges/prebake/fn.prebake.html b/rustdoc/game/challenges/prebake/fn.prebake.html index 51404a336c..3686311ec5 100644 --- a/rustdoc/game/challenges/prebake/fn.prebake.html +++ b/rustdoc/game/challenges/prebake/fn.prebake.html @@ -1,4 +1,4 @@ game::challenges::prebake::prebake - Rust

[][src]Function game::challenges::prebake::prebake

fn prebake(
    map: &Map,
    scenario: Scenario,
    time_limit: Option<Duration>,
    timer: &mut Timer<'_>
)
\ No newline at end of file + Change settings

[][src]Function game::challenges::prebake::prebake

fn prebake(
    map: &Map,
    scenario: Scenario,
    time_limit: Option<Duration>,
    timer: &mut Timer<'_>
)
\ No newline at end of file diff --git a/rustdoc/game/challenges/prebake/fn.prebake_all.html b/rustdoc/game/challenges/prebake/fn.prebake_all.html index 101c5573ff..47ca830667 100644 --- a/rustdoc/game/challenges/prebake/fn.prebake_all.html +++ b/rustdoc/game/challenges/prebake/fn.prebake_all.html @@ -1,6 +1,6 @@ game::challenges::prebake::prebake_all - Rust

[][src]Function game::challenges::prebake::prebake_all

pub fn prebake_all()

Simulate a curated list of scenarios to completion, and save the analytics as "prebaked + Change settings

[][src]Function game::challenges::prebake::prebake_all

pub fn prebake_all()

Simulate a curated list of scenarios to completion, and save the analytics as "prebaked results," to later compare simulation metrics against the baseline without map edits.

\ No newline at end of file diff --git a/rustdoc/game/challenges/prebake/index.html b/rustdoc/game/challenges/prebake/index.html index e09ee07581..b203e8472a 100644 --- a/rustdoc/game/challenges/prebake/index.html +++ b/rustdoc/game/challenges/prebake/index.html @@ -1,7 +1,7 @@ game::challenges::prebake - Rust

[][src]Module game::challenges::prebake

Functions

+ Change settings

[][src]Module game::challenges::prebake

Functions

prebake
prebake_all

Simulate a curated list of scenarios to completion, and save the analytics as "prebaked results," to later compare simulation metrics against the baseline without map edits.

\ No newline at end of file diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index 4306fd4979..125fe81335 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,5 +1,5 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Wed, 03 Mar 2021 22:16:27 +0000";

The built-time in RFC2822, UTC

+ Change settings

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Wed, 03 Mar 2021 23:02:28 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/importer/fn.oneshot.html b/rustdoc/importer/fn.oneshot.html index f941a64262..f3cfadaaee 100644 --- a/rustdoc/importer/fn.oneshot.html +++ b/rustdoc/importer/fn.oneshot.html @@ -1,4 +1,4 @@ importer::oneshot - Rust

[][src]Function importer::oneshot

pub(crate) fn oneshot(
    osm_path: String,
    clip: Option<String>,
    drive_on_right: bool,
    build_ch: bool,
    keep_bldg_tags: bool
)
\ No newline at end of file + Change settings

[][src]Function importer::oneshot

pub(crate) fn oneshot(
    osm_path: String,
    clip: Option<String>,
    drive_on_right: bool,
    build_ch: bool,
    keep_bldg_tags: bool
)
\ No newline at end of file diff --git a/rustdoc/importer/index.html b/rustdoc/importer/index.html index d26f0e8768..c712c47046 100644 --- a/rustdoc/importer/index.html +++ b/rustdoc/importer/index.html @@ -1,7 +1,7 @@ importer - Rust

[][src]Crate importer

It's assumed that the importer is run with the current directory as the project repository; aka + Change settings

[][src]Crate importer

It's assumed that the importer is run with the current directory as the project repository; aka ./data/ and ./importer/config must exist.

Modules

berlin
configuration
dependencies
generic
seattle
uk
utils

Structs

diff --git a/rustdoc/importer/struct.Job.html b/rustdoc/importer/struct.Job.html index edcabee51c..4d0d011497 100644 --- a/rustdoc/importer/struct.Job.html +++ b/rustdoc/importer/struct.Job.html @@ -9,7 +9,7 @@ city_overview: bool, only_map: Option<String>, }

- Fields

city: CityNameosm_to_raw: boolraw_to_map: boolscenario: boolcity_overview: boolonly_map: Option<String>

Implementations

impl Job[src]

pub(crate) fn run(
    self,
    config: &ImporterConfiguration,
    skip_ch: bool,
    keep_bldg_tags: bool,
    timer: &mut Timer<'_>
)
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]