//! # oxigeo-node — 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-node` — the successor to the [`oxigdal-node`] 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-node`]: https://crates.io/crates/oxigdal-node
/// Marker constant identifying this crate as a reserved OxiGeo namespace
/// placeholder (version `0.0.1`; no functionality yet).
pub const RESERVED_PLACEHOLDER: bool = true;