gdal 0.19.0

GDAL bindings for Rust
1
2
3
4
5
6
mod conversions;
mod predicates;
mod set;
mod transformations;

pub use conversions::ToGdal;