Cargo Features

[dependencies]
geographiclib-rs = { version = "0.2.4", default-features = false, features = ["test_full", "test_short", "accurate"] }
test_full

Run tests against Karney's GeodTest.dat test cases.
You must run script/download-test-data.sh before using this feature

test_short

Run tests against Karney's abridged GeodTest-short.dat test cases.
You must run script/download-test-data.sh before using this feature

default = accurate

The accurate feature is set by default whenever geographiclib-rs is added without default-features = false somewhere in the dependency tree.

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

accurate default