Skip to content

Commit 43d17bc

Browse files
committed
docs: add project logo to README
1 parent 0fd36ee commit 43d17bc

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
[Contribution guide](CONTRIBUTING.md) | [Apache v2 license](LICENSE)
77

8+
<center><img src="logo.webp" width="30%"></center>
89

910
A map of enum variants to values. EnumMap is a fixed-size map, where each variant of the enum is mapped to a value. This implementation of EnumMap uses **safe Rust** only and is a a zero-cost abstraction over an array (**const-sized**), where the index of the array corresponds to the position of the variant in the enum.
1011

logo.webp

163 KB
Binary file not shown.

0 commit comments

Comments
 (0)