summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2025-01-01 17:41:17 -0600
committerDominick Allen <djallen@librehumanitas.org>2025-01-01 17:41:17 -0600
commit16379362c02a2472f00fac49cad62788547c9519 (patch)
tree9b7f42acbba8dd259a536287a2b130e92ad2e2c7 /README.org
parent012df4bc38777c9053353ec2c4213bba67d63ab4 (diff)
Add CSV parsing, printing, fix buffered file reading.
Diffstat (limited to 'README.org')
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.org b/README.org
index c693d68..4fe05c9 100644
--- a/README.org
+++ b/README.org
@@ -28,3 +28,4 @@ user controlled allocators.
+ Unicode support with UTF8 encoding
+ Formatting à la =std::format=
+ Wrappers around C files
++ CSV parsing