Skip to content

Commit

Permalink
adding documentation link to library section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatKhan committed Dec 4, 2024
1 parent 61a6038 commit 5d11063
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d11063

Please sign in to comment.