Crates.io | ferrostar |
lib.rs | ferrostar |
version | |
source | src |
created_at | 2024-02-27 05:44:41.781504 |
updated_at | 2024-12-09 06:49:44.117021 |
description | The core of modern turn-by-turn navigation. |
homepage | |
repository | https://github.com/stadiamaps/ferrostar |
max_upload_size | |
id | 1154557 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Ferrostar is a modern SDK for building turn-by-turn navigation applications.
The Ferrostar core includes the navigation state machine, common business logic, spatial algorithms, and models.
If you're porting Ferrostar to a new platform or want to build your own UI from scratch, you're in the right spot.
Refer to the Ferrostar User Guide for info and tutorials on the high-level UI + wrappers available for common platforms.