// SPDX-License-Identifier: BUSL-1.1
//! Zerompk encode / decode helpers for [`CatalogEntry`].
//!
//! Kept in its own file so the rest of `catalog_entry/` never has to
//! care about the wire format — all on-the-wire concerns flow through
//! these two functions.
use crateCatalogEntry;
use crateError;