ferrostar

Crates.ioferrostar
lib.rsferrostar
version
sourcesrc
created_at2024-02-27 05:44:41.781504
updated_at2024-12-09 06:49:44.117021
descriptionThe core of modern turn-by-turn navigation.
homepage
repositoryhttps://github.com/stadiamaps/ferrostar
max_upload_size
id1154557
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`
size0
Luke Seelenbinder (lseelenbinder)

documentation

README

Ferrostar Core

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.

Commit count: 1186

cargo fmt