routrs 2.0.0

Geograph-based shortest distance calculation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod geograph;
pub mod prelude;

#[cfg(feature = "highways")]
pub mod highways;

#[cfg(feature = "maritime")]
pub mod maritime;

#[cfg(feature = "railways")]
pub mod railways;

#[cfg(feature = "json")]
pub mod json;

#[cfg(feature = "concurrency")]
pub mod concurrency;