abax_library 1.0.0

Library for the Abax Protocol containing shared logic and data structures
Documentation
1
2
3
4
5
// SPDX-License-Identifier: BUSL-1.1
#![cfg_attr(not(feature = "std"), no_std)]

pub mod math;
pub mod structs;