6 releases
Uses new Rust 2024
new 0.3.1 | Apr 21, 2025 |
---|---|
0.3.0 | Apr 9, 2025 |
0.2.1 | Sep 14, 2024 |
0.1.2 | Aug 27, 2024 |
#77 in Geospatial
134 downloads per month
125KB
3K
SLoC
HRDF Routing Engine
Public transport routing engine based on Swiss HRDF data.
Author: Florian Burgener
https://crates.io/crates/hrdf-routing-engine
Prerequisites
- Rust Toolchain (https://www.rust-lang.org/tools/install)
- OpenSSL (
apt install libssl-dev
on Ubuntu)
Installation
git clone https://github.com/florianburgener/hrdf-routing-engine
cd hrdf-routing-engine
Usage
Starts the routing engine in debug mode:
cargo run --release
Starts the routing engine in web service mode (port 8100):
cargo run --release -- serve
Dependencies
~27–41MB
~631K SLoC