Merge branch 'master' into feature/oop

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-30 13:01:03 +02:00
commit ed71224233
2 changed files with 2 additions and 2 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 length prefixed messages
A simple message format for automatically length-prefixing messages over any [`Socket`](https://dlang.org/phobos/std_socket.html#.Socket).
## What is bformat?

View File

@ -4,7 +4,7 @@
],
"homepage": "https://deavmi.assigned.network/projects/bformat/",
"copyright": "Copyright © 2023, Tristan B. Kildaire",
"description": "bformat socket writer and reader",
"description": "Bformat message encoder/decoder for streams and sockets",
"license": "LGPL v3",
"name": "bformat",
"targetType": "library"