// SPDX-License-Identifier: BUSL-1.1
//! Strict document encoding/decoding: Value ↔ Binary Tuple.
//!
//! All internal encoding uses `nodedb_types::Value` directly — no JSON intermediary.
//! JSON is only produced at the read boundary (`binary_tuple_to_json`) for pgwire clients.
pub use ;
pub use ;