From 4c3976b16338756bd4cc6f39cef19b7991b25b98 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Wed, 18 Nov 2020 02:18:42 +0000 Subject: [PATCH] deploy: 739e33ec3ec8b3139c4eb5337a3d7f2db4a12e0e --- .../game/pregame/built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/map_model/pathfind/enum.Pathfinder.html | 2 +- rustdoc/map_model/pathfind/index.html | 2 +- rustdoc/sim/make/spawner/enum.TripSpec.html | 2 +- rustdoc/sim/make/spawner/index.html | 2 +- rustdoc/sim/make/spawner/struct.TripSpawner.html | 4 ++-- .../debug/build/game-26b47b6c62d293fe/out/built.rs.html | 2 +- rustdoc/src/map_model/pathfind/mod.rs.html | 2 ++ rustdoc/src/sim/make/spawner.rs.html | 8 ++++++-- 9 files changed, 16 insertions(+), 10 deletions(-) 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 69196d2f92..14492535af 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,3 +1,3 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

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

pub const BUILT_TIME_UTC: &str = "Wed, 18 Nov 2020 02:09:08 +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, 18 Nov 2020 02:16:38 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/map_model/pathfind/enum.Pathfinder.html b/rustdoc/map_model/pathfind/enum.Pathfinder.html index f14e4c0c04..ad919977f6 100644 --- a/rustdoc/map_model/pathfind/enum.Pathfinder.html +++ b/rustdoc/map_model/pathfind/enum.Pathfinder.html @@ -7,7 +7,7 @@ explicitly opt into a slower (but preparation-free) pathfinder that just uses Di maneuever.

Variants

-
Dijkstra

Implementations

impl Pathfinder[src]

pub fn pathfind(&self, req: PathRequest, map: &Map) -> Option<Path>[src]

pub fn pathfind_avoiding_lanes(
    &self,
    req: PathRequest,
    avoid: BTreeSet<LaneID>,
    map: &Map
) -> Option<Path>
[src]

pub fn should_use_transit(
    &self,
    map: &Map,
    start: Position,
    end: Position
) -> Option<(BusStopID, Option<BusStopID>, BusRouteID)>
[src]

pub fn apply_edits(&mut self, map: &Map, timer: &mut Timer<'_>)[src]

Trait Implementations

impl<'de> Deserialize<'de> for Pathfinder[src]