From 1b7778007f6c9483a76386edd71b2d94c7d57227 Mon Sep 17 00:00:00 2001 From: lcsmuller Date: Mon, 3 Oct 2022 13:57:38 -0300 Subject: [PATCH] docs: add anomap link, update AUTHORS email --- AUTHORS | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 480a41c6d..695d0ee2b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ core, utilities, gencodecs, API coverage, documentation: - Lucas Müller (lcsmuller) + Lucas Müller (lcsmuller) timers, IO polling improvements, priority queue: (Anotra) diff --git a/README.md b/README.md index 61f0d9112..19455157d 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ The following are `stable` and well documented dependencies that are packaged wi | [cog-utils](https://github.com/Cogmasters/cog-utils) | General purpose functions aimed at portability | | [log.c](https://github.com/rxi/log.c)\* | A simple C99 logging library | | [carray](https://github.com/c-ware/carray)\* | Macro-based implementation of type-safe arrays | +| [anomap](https://github.com/Anotra/anomap)\* | Sorted key/value storage for C99 | | [chash](https://github.com/c-ware/chash)\* | Macro-based implementation of type-safe hashtables | | [json-build](https://github.com/lcsmuller/json-build) | Tiny, zero-allocation JSON serializer | | [jsmn-find](https://github.com/lcsmuller/jsmn-find) | Tiny, zero-allocation JSON tokenizer |