ontrack 0.0.6

High-performance Rust library for routing, searching, and querying GTFS transit data with minimal runtime allocations.
Documentation
[dependencies.csv]
version = "1.4.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.zip]
version = "6.0.0"

[dev-dependencies]

[features]

[lib]
name = "ontrack"
path = "src/lib.rs"

[package]
authors = ["Vincent Brodin <vincent.brodin21@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-performance Rust library for routing, searching, and querying GTFS transit data with minimal runtime allocations."
edition = "2024"
keywords = ["SDK", "SL", "ResRobot", "GTFS"]
license = "MIT"
name = "ontrack"
readme = "README.md"
repository = "https://github.com/VincentBrodin/ontrack"
resolver = "1"
version = "0.0.6"