fix: ensure README.md is included in documentation output

This commit is contained in:
Palash Tyagi 2025-04-20 00:56:30 +01:00
parent 19ae101bcc
commit 34f89d6046

View File

@ -1,6 +1,7 @@
#![doc = include_str!("../README.md")]
pub mod matrix; pub mod matrix;
pub mod frame; pub mod frame;
pub mod utils; pub mod utils;