Docs.rs
routers-0.2.3
routers 0.2.3
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
crates.io
Source
Owners
bennjii
Dependencies
approx ^0.5.1
normal
geo ^0.31.0
normal
indexmap ^2.9.0
normal
itertools ^0.14.0
normal
log ^0.4.28
normal
measure_time ^0.9.0
normal
opentelemetry ^0.29.1
normal
optional
opentelemetry-otlp ^0.29.0
normal
optional
opentelemetry_sdk ^0.29.0
normal
optional
pathfinding ^4.14.0
normal
petgraph ^0.8.2
normal
rayon ^1.10.0
normal
routers_network ^0.1.0
normal
rstar ^0.12.2
normal
rustc-hash ^2.1.1
normal
scc ^2.3.4
normal
serde ^1.0.228
normal
thiserror ^2.0.12
normal
tracing ^0.1.41
normal
optional
tracing-opentelemetry ^0.30.0
normal
optional
tracing-subscriber ^0.3.20
normal
optional
wkt ^0.14.0
normal
codspeed-criterion-compat ^3.0.5
dev
insta ^1.43.2
dev
routers_codec ^0.1.2
dev
wkt ^0.14.0
dev
Versions
49.4%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
Crate routers
routers
0.2.3
All Items
Sections
Features
Crate Items
Modules
Macros
Crate
routers
Copy item path
Source
Expand description
§
Routers is a set of routing tools designed for system-agnostic maps.
§
Features
Map Matching
Point-to-Point Routing
Nearest Point (Pure or Snapped), Nearest Edge
… more to come.
Re-exports
§
pub use
transition
::*;
Modules
§
transition
A Hidden-Markov-Model (HMM) matching transition module that allows for matching raw data to an underlying network.
Macros
§
dump_
wkt