toml-test-harness 0.4.10

Cargo test harness for verifying TOML parsers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# toml-test-harness

> **Cargo test harness for verifying TOML parsers**

[![Documentation](https://img.shields.io/badge/docs-master-blue.svg)][Documentation]
![License](https://img.shields.io/crates/l/toml-test.svg)
[![Crates Status](https://img.shields.io/crates/v/toml-test.svg)](https://crates.io/crates/toml-test)

Dual-licensed under [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE)

## About

[toml-test](https://github.com/BurntSushi/toml-test) is a language-agnostic
toml parser spec verification.  This crate exposes the test cases as Rust tests.

[Documentation]: https://docs.rs/toml-test