foundation_codecs/
lib.rs

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