Skip to content

A TOML file parser and manipulator in Rust using nom

License

Notifications You must be signed in to change notification settings

joelself/toml_parser

Repository files navigation

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.

tomllib logo tomlkit logo

I wrote a blog post about my adventures in creating method macros in nom. Give it a read!

tomllib is a parser, modifier, and generator for TOML files that doesn't judge you!

######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).

Build Status Coverage Status ghit.me

What?

The project's not here anymore.

Where is it?

It's here: https://github.com/joelself/tomllib/

Why?

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

About

A TOML file parser and manipulator in Rust using nom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages