-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# toml-test-cli | ||
|
||
> **Verify Rust 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 is a re-implementation of the runner, in Rust. | ||
|
||
[Documentation]: https://docs.rs/toml-test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# toml-test-data | ||
|
||
> **TOML test cases** | ||
[![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 distributes all of the test cases. | ||
|
||
[Documentation]: https://docs.rs/toml-test |