Provides a number of map projection.
The build uses the standard Rust Cargo package manager.
$ cargo build # To build the library
$ cargo build --examples # To just build the examples
$ cargo test # To build and run all tests
$ cargo test --doc # To just run the doctests
$ cargo install