//! # oxigeo-core — reserved namespace placeholder
//!
//! This crate is a **namespace reservation** for [OxiGeo], the Pure-Rust
//! geospatial data abstraction library formerly named **OxiGDAL**.
//!
//! Version `0.0.1` intentionally contains no functionality. The implementation
//! of `oxigeo-core` — the successor to the [`oxigdal-core`] crate — ships in the
//! OxiGeo `0.2.0` line.
//!
//! OxiGeo is an independent reimplementation and is **not affiliated with the
//! GDAL project**.
//!
//! [OxiGeo]: https://github.com/cool-japan/oxigdal
//! [`oxigdal-core`]: https://crates.io/crates/oxigdal-core
/// Marker constant identifying this crate as a reserved OxiGeo namespace
/// placeholder (version `0.0.1`; no functionality yet).
pub const RESERVED_PLACEHOLDER: bool = true;