stoml 0.1.0

Standalone TOML parsing library
Documentation
stoml
=====

_simple-toml, standalone-toml, slopless-toml_

[docs.rs/stoml](https://docs.rs/stoml)

A standalone, zero-dependency Rust TOML parsing library without the necessity
of serde slop.

## Features

* TOML 1.0.0
* Passes [toml-test]https://github.com/toml-lang/toml-test.
* Has a good intuitive API.

## License

GPL3