aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-09 18:49:37 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-09 18:49:37 +0200
commit5ab5635d06763ed86edc24e98fb366e993515ec4 (patch)
tree5e7853ee59c3516febcd176e2761db12297e4b21
parentfc0dae9c819a4ee64f4610db1f005dfb841030c5 (diff)
Add planned features section
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index bb62e45..709d09c 100644
--- a/README
+++ b/README
@@ -29,3 +29,9 @@ DISCLAIMER:
warned that I do not care about whether or not you think the API is
well-designed or human-friendly. If you have an issue with the code here,
fix it — you are a programmer are you not?
+
+Planned Features:
+ • Arena Allocators (alloc.h)
+ • Unicode Normalization (unicode/string.h)
+ • String Case Conversions (unicode/string.h)
+ • Missing Unicode Properties (unicode/prop.h)