urschrei / lonlat_bng

A multithreaded Rust library with FFI for converting WGS84 longitude and latitude coordinates into BNG (OSGB36) Eastings and Northings and vice versa (using OSTN15)
https://docs.rs/lonlat_bng
MIT License
25 stars 3 forks source link

Various improvements. #1

Closed Ms2ger closed 9 years ago

Ms2ger commented 9 years ago

In particular, avoid allocating vectors when iterators will do.

urschrei commented 9 years ago

Thank you!