1//! This module contains various helpers 2 3pub mod decoding; 4pub mod f2_linalg; 5pub mod rotation_extraction; 6pub mod rotation_optimization;