Skip to content

Commit f7e1f1a

Browse files
authored
Create README.md
1 parent 3a40ef6 commit f7e1f1a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)