From 57546d7439fc0baee436534207ef3e9f33b7d658 Mon Sep 17 00:00:00 2001 From: Tomaso2468 <48136416+Tomaso2468@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:05:49 +0000 Subject: [PATCH] Add documentation to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f3656cc..be89e0f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Static Array A no-std rust crate providing a heap-allocated non-resizable type-checked array. +The documentation is available at . + The following types are provided: - `HeapArray` - A one dimensional heap-allocated array. - `HeapArray2D` - A two dimensional heap-allocated array.