docs: make mention of modules section & run rustfmt

This commit is contained in:
rzmk 2023-09-21 08:02:55 -04:00
parent 98f459c747
commit 3673f6df8e
No known key found for this signature in database
2 changed files with 10 additions and 8 deletions

View file

@ -2,6 +2,8 @@
//!
//! Implementations of mathematical and technical concepts in Rust.
//!
//! View [the modules section](#modules) for the various implementations based on the subject.
//!
//! # Example
//!
//! Here's an example of using the `ladderz` crate to get the factors and factor pairs of a number in sorted order.