georust / geo

Rust geospatial primitives & algorithms
https://crates.io/crates/geo
Other
1.58k stars 199 forks source link

Enable geom for i128, which is always available. #1230

Closed michaelkirk closed 1 month ago

michaelkirk commented 1 month ago

I'm not sure why we had a check before - i128 is defined on all platforms as part of core.

https://doc.rust-lang.org/rust-by-example/primitives.html https://doc.rust-lang.org/core/primitive.i128.html