1 2 3 4 5 6 7 8
// SPDX-FileCopyrightText: © 2023 Foundation Devices, Inc. <hello@foundationdevices.com> // SPDX-License-Identifier: GPL-3.0-or-later //! # Foundation Codecs //! //! Implementations of `no_std` friendly _codecs_. #![no_std]