We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a40ef6 commit f7e1f1aCopy full SHA for f7e1f1a
README.md
@@ -0,0 +1,14 @@
1
+# Tomlet
2
+## A WIP TOML library for .NET
3
+
4
+Tomlet is a WIP library for the [TOML](https://toml.io/) configuration file format. It's targeting [TOML v1.0.0](https://toml.io/en/v1.0.0).
5
6
+Currently supported features are as follows:
7
8
+- [x] Primitive key-value pair reading
9
+- [ ] Table Reading
10
+- [ ] Array Reading
11
+- [ ] Primitive key-value pair writing
12
+- [ ] Table Writing
13
+- [ ] Array Writing
14
+- [x] Full Unit Tests for everything supported here.
0 commit comments