//! OGC Well-Known Binary (WKB) reader and writer.
//!
//! Follows OGC Simple Feature Access 06-103r4 ยง8 (Boost.Geometry ships
//! no WKB). The parser emits a [`geometry_model::DynGeometry`]; the
//! writer serialises any concrete model geometry to a byte vector in a
//! caller-chosen [`ByteOrder`].
extern crate alloc;
pub use ;
pub use from_wkb;
pub use to_wkb;