[go: up one dir, main page]

cargo-test-support 0.1.0

Testing framework for Cargo's testsuite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cargo-test-support"
version = "0.1.0"
edition = "2021"
rust-version = "1.76.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
description = "Testing framework for Cargo's testsuite."

[dependencies]
cargo-test-macro = "0.1.0"