Add documentation comments for matrix, frame, and utils modules

This commit is contained in:
Palash Tyagi 2025-04-26 02:34:48 +01:00
parent 74e0731c11
commit 5883095bcc

View File

@ -1,7 +1,10 @@
#![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;