af_utilities/
lib.rs

1
2
3
4
5
6
#![cfg_attr(all(doc, not(doctest)), feature(doc_auto_cfg))]

//! Move types for the `utilities` package and off-chain numerical types for reproducing
//! calculations.

pub mod types;