From 97d8ffa4c7e56b199ee81338d81148abcc3a46d8 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 24 Jun 2023 14:54:28 +0200 Subject: [PATCH] - Fixed homepage --- docs/index.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5f31324..ac7af9d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 \ No newline at end of file +``` \ No newline at end of file