I changed the the name of the project to tomllib
a while ago, but didn't want to change the URL because people were already linking to it. However, in anticipation of my first release I figured it's either now or never, so I moved the repository to its new url that reflects its name: https://github.com/joelself/tomllib.
I wrote a blog post about my adventures in creating method macros in nom. Give it a read!
######It is written in Rust using nom. tomlkit
is the command line tool that has the same functionality as the library (but doesn't actually exist yet, but then again neither does the library).
The project's not here anymore.
It's here: https://github.com/joelself/tomllib/
Because I changed the name a while ago and I didn't people calling it by its old name that sounded way too generic.
How?
git remote remove origin
git remote add origin https://github.com/joelself/tomllib.git
git push -u origin master
When?
Several minutes ago. So around 2016-3-14T07:35:00-06:00