From 2f7a0fae37539b74b25f2e4e53e3a9f4681c86cc Mon Sep 17 00:00:00 2001 From: jofas Date: Thu, 18 Aug 2022 14:25:52 +0000 Subject: [PATCH] applying code formatting, lint fixes and toc creation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d703f0..90e7f0f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ This crate has zero dependencies. * [Maps](#maps) * [Sets](#sets) + * [B-tree based maps and sets](#b-tree-based-maps-and-sets) * [Vectors without cloning](#vectors-without-cloning)