docs: include subject description under Subjects in crate home page

This commit is contained in:
rzmk 2023-09-21 17:06:31 -04:00
parent 515b174dd3
commit 857f1b03b9
No known key found for this signature in database
2 changed files with 9 additions and 9 deletions

View file

@ -2,11 +2,11 @@
//! //!
//! Implementations of mathematical and technical concepts in Rust. //! Implementations of mathematical and technical concepts in Rust.
//! //!
//! ## Subjects //! # Subjects
//! //!
//! The modules for currently supported subjects are: //! The modules for currently supported subjects are:
//! //!
//! - [`pre_algebra`] //! - [pre_algebra] - Various pre-algebra implementations including factor pairs, factors, multiples, and more.
//! //!
//! # Example //! # Example
//! //!