Docs.rs
hrdf-routing-engine-0.2.1
hrdf-routing-engine 0.2.1
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
florianburgener
omalaspinas
Dependencies
axum ^0.7.5
normal
chrono ^0.4.31
normal
contour ^0.13.1
normal
hrdf-parser ^0.1.2
normal
kd-tree ^0.6.0
normal
log ^0.4.22
normal
rayon ^1.10.0
normal
rustc-hash ^2.0.0
normal
serde ^1.0
normal
simple_logger ^5.0.0
normal
strum ^0.26.3
normal
strum_macros ^0.25.3
normal
tokio ^1.38.0
normal
tower-http ^0.5.2
normal
typenum ^1.17.0
normal
Versions
42.86%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hrdf_
routing_
engine
0.2.1
All Items
Crate Items
Structs
Functions
Crate
hrdf_routing_engine
Copy item path
Source
Structs
§
Route
Route
Section
Functions
§
compute_
isochrones
Computes the isochrones. The point of origin is used to find the departure stop (the nearest stop). The departure date and time must be within the timetable period.
find_
reachable_
stops_
within_
time_
limit
Finds all stops that can be reached within a time limit from the departured stop. The departure date and time must be within the timetable period.
plan_
journey
Finds the fastest route from the departure stop to the arrival stop. The departure date and time must be within the timetable period.
run