Update README.md

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-25 22:46:33 +02:00 committed by GitHub
parent 6d3cea3718
commit 879d9a4fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ jstruct
----
[![D](https://github.com/Hax-io/jstruct/actions/workflows/d.yml/badge.svg)](https://github.com/Hax-io/jstruct/actions/workflows/d.yml)
## Usage
### Serialization
@ -134,4 +136,4 @@ import jstruct;
There are some outstanding issues I want to be able to fix/have implemented, namely:
- [ ] Support for array serialization/deserialization - see issue #1
- [ ] Support for custom types serialization/deserialization (think `enums` for example) - see issue #2
- [ ] Support for custom types serialization/deserialization (think `enums` for example) - see issue #2