oxigdal-cli 0.1.4

Command-line interface for OxiGDAL geospatial operations
1
2
3
4
5
6
//! OxiGDAL CLI - library interface for testing and embedding
//!
//! This crate is primarily a binary. The library target exposes utility modules
//! for integration testing and potential embedding in other tools.

pub mod util;