Skip to content

Commit

Permalink
Add table of contents to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholassm committed Jul 31, 2024
1 parent f588a51 commit 9882c73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9882c73

Please sign in to comment.