From 2c0043bd71a92b087cf89372782f897e1f22450e Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 4 Nov 2024 07:51:04 -0700 Subject: [PATCH] Mention type-safety --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad770a5..b308231 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ in-memory btree based collections. ## Features - Compile-time generation using preprocessor templates +- Type-safe generic data structure - Single-file header with no dependencies - [Namespaces](#namespaces) - Support for [custom allocators](#custom-allocators)