oxigeo-cli 0.2.0

Command-line interface for OxiGeo geospatial operations
Documentation
1
2
3
4
5
6
//! OxiGeo 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;