Skip to content

Commit 4d657c6

Browse files
committed
docs: remove generated logo
1 parent 3188600 commit 4d657c6

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

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

8-
<center><img src="logo.webp" width="30%"></center>
9-
108
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.
119

1210
Because it is a thin wrapper over an array, it is stack-allocated by default. Simply `std::boxed::Box`ing it will move it to the heap, at the caller's discretion.

logo.webp

-163 KB
Binary file not shown.

0 commit comments

Comments
 (0)