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