1//! Generate einsum implementation 2 3mod format; 4pub use format::format_block; 5 6pub mod ndarray;