From df6ec37d3868e0af28837714e6ca6457b5b42dbd Mon Sep 17 00:00:00 2001 From: thegamecracks <61257169+thegamecracks@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:57:03 -0400 Subject: [PATCH] docs: list varchar.py in protocol readme --- src/dumdum/protocol/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dumdum/protocol/README.md b/src/dumdum/protocol/README.md index 12bce96..2f01596 100644 --- a/src/dumdum/protocol/README.md +++ b/src/dumdum/protocol/README.md @@ -9,5 +9,6 @@ This contains the [Sans-IO] implementation of the Dumdum protocol. - [`highcommand.py`](highcommand.py): A server-side, in-memory datastore for channels and users. - [`interfaces.py`](interfaces.py): Defines a common interface between the client and server. - [`reader.py`](reader.py): Provides functions to read through bytes/bytearrays like streams. +- [`varchar.py`](varchar.py): Provides functions to de/serialize variable-length strings. [Sans-IO]: https://sans-io.readthedocs.io/