From 9882c73329bf27a53362bb437869de5172a453c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicholas=20Schultz-M=C3=B8ller?= Date: Wed, 31 Jul 2024 22:40:48 +0200 Subject: [PATCH] Add table of contents to README. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 51cbc85..cff5261 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,16 @@ This library is a low latency, inter-thread communication library written in Rus It's heavily inspired by the brilliant [Disruptor library from LMAX](https://github.com/LMAX-Exchange/disruptor). +# Contents + +- [Getting Started](#getting-started) +- [Features](#features) +- [Design Choices](#design-choices) +- [Performance](#performance) +- [Related Work](#related-work) +- [Contributions](#contributions) +- [Roadmap](#roadmap) + # Getting Started Add the following to your `Cargo.toml` file: