The module is serialization/deserialization. This is in preparation for putting JSON in the module, as well as binary serialization/deserialization for Yvm. Signed-off-by: Gavin Howard <gavin@yzena.com>master
parent
2a914b8dac
commit
07dcb98544
@ -1,12 +0,0 @@
|
||||
# GAML (`gaml`)
|
||||
|
||||
This module is for parsing and dumping GAML (Gavin's Accessible Minimal
|
||||
Language).
|
||||
|
||||
:::{toctree}
|
||||
---
|
||||
maxdepth: 2
|
||||
---
|
||||
api.md
|
||||
design.md
|
||||
:::
|
@ -0,0 +1,13 @@
|
||||
# Serialization/Deserialization (`serdes`)
|
||||
|
||||
This module is for serializing and deserializing data.
|
||||
|
||||
It includes parsing and dumping GAML (Gavin's Accessible Minimal Language).
|
||||
|
||||
:::{toctree}
|
||||
---
|
||||
maxdepth: 2
|
||||
---
|
||||
api.md
|
||||
design.md
|
||||
:::
|
Loading…
Reference in new issue