1// SPDX-FileCopyrightText: 2023 TriliTech <contact@trili.tech> 2// 3// SPDX-License-Identifier: MIT 4 5#![cfg_attr(not(feature = "std"), no_std)] 6 7pub mod binary; 8#[cfg(feature = "alloc")] 9pub mod yaml;