4 releases
0.2.1 | Sep 14, 2024 |
---|---|
0.2.0 | Sep 3, 2024 |
0.1.2 | Aug 27, 2024 |
0.1.0 | Aug 13, 2024 |
#7 in #swiss
25 downloads per month
75KB
2K
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
~19–32MB
~506K SLoC