mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-21 08:06:15 +00:00
14 lines
317 B
Rust
14 lines
317 B
Rust
#![doc = include_str!("../README.md")]
|
|
|
|
/// Documentation for the [`crate::dataframe`] module.
|
|
pub mod dataframe;
|
|
|
|
/// 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;
|