- Fixed homepage

This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-24 14:54:28 +02:00
parent 8341d17638
commit 97d8ffa4c7
1 changed files with 1 additions and 8 deletions

View File

@ -21,11 +21,4 @@ And then in your D program import as follows:
```d
import jstruct;
```
## Help wanted
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
```