aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-29 19:32:47 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-29 19:32:47 -0500
commite5e9c8b46c5deb8de9053c5906d0b9f406097816 (patch)
tree6acb2cf6a5a1a7b058be8ad5c6ec38599aa26297 /README.md
parent725bc9809fb7381241eea218ea08b53708a6c574 (diff)
Make Int serialization more compact
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b7b89298..ca61a18b 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,7 @@ of many language features or the other example programs/modules in
- [Easy interoperability with C](docs/c-interoperability.md)
- Support for [POSIX threads](docs/threads.tm) and thread-safe message passing
queues over [channels](docs/channels.tm).
+- Built-in data serialization and deserialization for datatypes.
## Dependencies