Separate snap and msgs in roadmap

This commit is contained in:
ChillerDragon 2023-03-31 10:17:44 +02:00
parent 41f4742ac1
commit 91df2614b3

View file

@ -2,9 +2,11 @@ A teeworlds network protocol library, designed according to sans I/O (http://san
# THIS LIBRARY IS IN EARLY DEVELOPMENT
Do not get bamboozled by the mature looking readme!
This project is not in a very usable state yet. It is in very early development!
APIs might change and many essential features are missing!
## Do not get bamboozled by the mature looking readme!
## This project is not in a very usable state yet. It is in very early development!
## APIs might change and many essential features are missing!
---
## install
@ -32,12 +34,14 @@ for msg in packet.messages:
| Deserialize 0.7 packet headers | :heavy_check_mark: |
| Deserialize 0.7 chunk headers | |
| Deserialize 0.7 messages | |
| Deserialize 0.7 snapshots | |
| Serialize 0.7 packet headers | |
| Serialize 0.7 chunk headers | |
| Serialize 0.7 messages | |
| Deserialize 0.6 packet headers | |
| Deserialize 0.6 chunk headers | |
| Deserialize 0.6 messages | |
| Deserialize 0.6 snapshots | |
| Serialize 0.6 packet headers | |
| Serialize 0.6 chunk headers | |
| Serialize 0.6 messages | |