legua25 / diem-devtools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diem-devtools

This repository contains the source code for developer tools and libraries built for Diem Core. Currently, this includes:

  • nextest: a new, faster Cargo test runner Documentation (main)
  • quick-junit: a data model, serializer (and in the future deserializer) for JUnit/XUnit XML quick-junit on crates.io Documentation (latest release) Documentation (main)
  • datatest-stable: data-driven testing on stable Rust datatest-stable on crates.io Documentation (latest release) Documentation (main)

Minimum supported Rust version

These crates target the latest stable version of Rust.

While a crate is pre-release status (0.x.x) it may have its MSRV bumped in a patch release. Once a crate has reached 1.x, any MSRV bump will be accompanied with a new minor version.

Contributing

See the CONTRIBUTING file for how to help out.

License

This project is available under the terms of either the Apache 2.0 license or the MIT license.

About

License:Apache License 2.0


Languages

Language:Rust 99.6%Language:Awk 0.2%Language:Shell 0.2%