From 470b08f804779829613ff0f5c5220e706f4d4f28 Mon Sep 17 00:00:00 2001 From: rzmk Date: Tue, 19 Sep 2023 00:27:39 -0400 Subject: [PATCH] docs: add link to crate docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93c6a34..3686a4c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ You may find the following primary resources: - **[notebooks](notebooks)** - Jupyter notebooks with exercises and solutions in Python - [**pre-algebra**](notebooks/pre-algebra) - Pre-algebra concepts - **[ladderz](ladderz)** - A crate with implementations of concepts in a Rust library + - **[docs](https://rzmk.github.io/ladderz/)** - Documentation for the `ladderz` crate > The repository is not required to have the most efficient implementations, but rather learning to implement the concepts in code is a main endeavor. You may prefer other repositories for more efficient code & use cases.