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 whenevergeographiclib-rs
is added without
somewhere in the dependency tree.default-features = false
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
-
Enables accurate ^0.3