This is the Rust implementation of the Open Location Code library.
Code must be formatted with rustfmt. You can do this by running cargo fmt.
The formatting will be checked in the CI integration tests. If the files need formatting the tests will fail.
Test code by running cargo test -- --nocapture. This will run the tests
including the benchmark loops.