rustframe/src/lib.rs

14 lines
313 B
Rust

#![doc = include_str!("../README.md")]
/// Documentation for the [`crate::matrix`] module.
pub mod matrix;
/// Documentation for the [`crate::frame`] module.
pub mod frame;
/// Documentation for the [`crate::utils`] module.
pub mod utils;
/// Documentation for the [`crate::compute`] module.
pub mod compute;