tap_parser

Crates.iotap_parser
lib.rstap_parser
version0.1.1
sourcesrc
created_at2023-04-08 17:00:00.89752
updated_at2023-04-08 20:26:48.265825
descriptionA library to parse TAP outputs
homepage
repositoryhttps://github.com/traxys/tap_parser
max_upload_size
id833693
size310,057
(traxys)

documentation

README

TAP Parser

This library implements a parser for the Test Anything Protocol.

It implements only the TAP version 14. It should implement all features, including subtests. Pragmas are ignored.

There are two examples in the examples, json outputs the TAP document as json, and parse outputs a debug representation.

Commit count: 24

cargo fmt