Skip to main content

oxigeo_cli/
lib.rs

1//! OxiGeo CLI - library interface for testing and embedding
2//!
3//! This crate is primarily a binary. The library target exposes utility modules
4//! for integration testing and potential embedding in other tools.
5
6pub mod util;