cheap-ruler 0.2.0

A Rust port of cheap-ruler, a collection of very fast approximations to common geodesic measurements
Documentation
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
# Set default charset
[*.{rs,toml}]
charset = utf-8
indent_size = 4
indent_style = space