From 9c27e9ca4d1263854c7da6129b9263dbe17c1413 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Sun, 23 Apr 2023 17:48:55 +0100 Subject: [PATCH] Add section about agb-hashmap in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 78f99a73..4cf9e327 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ for performant decimals. `agb-sound-converter` - a crate which converts wav files into a format supported by the game boy advance +`agb-hashmap` - an no_std hashmap implementation tuned for use on the game boy advance + `agb` - the main library code `agb/examples` - basic examples often targeting 1 feature, you can run these using `just run-example `