Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 413 Bytes

File metadata and controls

16 lines (9 loc) · 413 Bytes

This is the Rust implementation of the Open Location Code library.

Contributing

Code Formatting

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.

Testing

Test code by running cargo test -- --nocapture. This will run the tests including the benchmark loops.