oxigeo-streaming 0.0.1

Reserved namespace for OxiGeo (the Pure-Rust geospatial library formerly named OxiGDAL). Placeholder v0.0.1 with no functionality; the implementation ships in the OxiGeo 0.2.0 line. Not affiliated with the GDAL project.
Documentation
//! # oxigeo-streaming — 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-streaming` — the successor to the [`oxigdal-streaming`] 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-streaming`]: https://crates.io/crates/oxigdal-streaming
#![forbid(unsafe_code)]

/// Marker constant identifying this crate as a reserved OxiGeo namespace
/// placeholder (version `0.0.1`; no functionality yet).
pub const RESERVED_PLACEHOLDER: bool = true;