// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 ReifyDB
//! Every byte layout that crosses a ReifyDB boundary: the type-tag namespace, the self-describing
//! value codec, the RBCF columnar frame format, the row storage codec, the key codec and the extern-C
//! cells. Both halves live here and share one tag scheme, so no consumer hand-rolls these bytes.