rustframe 0.0.1-a.20250805

A simple dataframe and math toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![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;