// SPDX-License-Identifier: BUSL-1.1 #![cfg_attr(not(feature = "std"), no_std)] pub mod math; pub mod structs;