// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! Support the declaration of the binary formats used by an application.
use ;
use ;
/// The serde formats used by an application. The exact serde encoding in use must be
/// known separately.
/// An application using BCS as binary encoding.