licenses.dev

rstest_reuse v0.5.0

Reuse rstest attributes: create a set of tests and apply it to every scenario you want to test.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT25
PackageRelationDependenciesPublished
cfg-if • 1.0.4A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
getrandom • 0.2.17A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.16.1A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 2.13.0A hash table with consistent order and fast iteration.INDIRECT2
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.183Raw FFI bindings to platform libraries like libc.INDIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.45Quasi-quoting macro quote!(...)DIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generation traits and tools for implementation.INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. DIRECT13
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rstest_macros • 0.16.0Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests. INDIRECT7
rstest_test • 0.10.0Provides some utilities used by to write rstest crate's tests. DIRECT10
rstest • 0.16.0Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests. DIRECT8
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerDIRECT1
semver • 1.0.27Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
syn • 1.0.109Parser for Rust source codeDIRECT3
syn • 2.0.117Parser for Rust source codeINDIRECT2
temp_testdir • 0.2.3Little crate to use temp directory in crate. You can chose if delete it after use or not to debugging purpose. DIRECT0
toml_datetime • 0.6.11A TOML-compatible datetime typeINDIRECT0
toml_edit • 0.19.15Yet another format-preserving TOML parser.INDIRECT5
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 1.1.4Fast multiple substring searching.INDIRECT0
memchr • 2.8.0Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.47Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.47Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
MIT1
PackageRelationDependenciesPublished
winnow • 0.5.40A byte-oriented, zero-copy, parser combinators libraryINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/rstest_reuse)](https://licenses.dev/cargo/rstest_reuse)
<a href="https://licenses.dev/cargo/rstest_reuse">
  <img src="https://licenses.dev/b/cargo/rstest_reuse" alt="licenses" />
</a>

Or the licenses badge code for the 0.5.0 version:

[![licenses](https://licenses.dev/b/cargo/rstest_reuse/0.5.0)](https://licenses.dev/cargo/rstest_reuse/0.5.0)
<a href="https://licenses.dev/cargo/rstest_reuse/0.5.0">
  <img src="https://licenses.dev/b/cargo/rstest_reuse/0.5.0" alt="licenses" />
</a>
GitHub