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
- quick-junit: a data model, serializer (and in the future deserializer) for JUnit/XUnit XML
- datatest-stable: data-driven testing on stable Rust
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.
See the CONTRIBUTING file for how to help out.
This project is available under the terms of either the Apache 2.0 license or the MIT license.