mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
17 lines
382 B
Rust
17 lines
382 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;
|
|
|
|
/// Documentation for the [`crate::random`] module.
|
|
pub mod random;
|