From 5d110635b52aabdbf57998d9f8dd463094d36cff Mon Sep 17 00:00:00 2001 From: chasem Date: Wed, 4 Dec 2024 14:07:13 -0600 Subject: [PATCH] adding documentation link to library section of readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b81fa..1615598 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,11 @@ Where the fields are the following: To use the library in your own Rust program, you can `cargo add dual_threshold_optimization` in your rust project. See the crates.io -documentation for more information about what is provided in each of the submodules. +documentation for more information about what is provided in each of the submodules. + +crates.io provides +[documentation](https://docs.rs/dual_threshold_optimization/latest/dual_threshold_optimization/) +of the various structs, types, etc provided by `dual_threshold_optimization`. ### Developer installation and usage