- Updated `README.md` to reflect support for river-based `Stream`s

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-30 13:02:17 +02:00
parent 40ce197bb7
commit 575db2d998
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ bformat
[![D](https://github.com/besterprotocol/bformat/actions/workflows/d.yml/badge.svg)](https://github.com/besterprotocol/bformat/actions/workflows/d.yml)
A simple message format for automatically length-prefixing messages over any [`Socket`](https://dlang.org/phobos/std_socket.html#.Socket).
A simple message format for automatically length-prefixing messages over any [`Socket`](https://dlang.org/phobos/std_socket.html#.Socket) or [River-based](https://github.com/deavmi/river) `Stream`.
## What is bformat?