Update README.md

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-30 19:24:24 +02:00 committed by GitHub
parent fb36497bda
commit c43ed31ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
tristanable
===========
[![D](https://github.com/deavmi/tristanable/actions/workflows/d.yml/badge.svg)](https://github.com/deavmi/tristanable/actions/workflows/d.yml)
**Tristanable** is a library for D-based libraries and applications that need a way to receive variable-length messages of different types (via a `Socket`) and place these messages into their own resepctively tagged queues indicated by their _"type"_ or `id`.
## What problems does it solve?
@ -69,4 +71,4 @@ project's root:
```bash
dub add tristanable
```
```