Skip to content

Commit

Permalink
Add documentation to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAreAllTheseTaken committed Jan 15, 2024
1 parent d75204b commit 57546d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <https://docs.rs/static-array/0.2.0>.

The following types are provided:
- `HeapArray` - A one dimensional heap-allocated array.
- `HeapArray2D` - A two dimensional heap-allocated array.
Expand Down

0 comments on commit 57546d7

Please sign in to comment.