#cargo #testing #cargo-test #cargo-subcommand #rust

cargo-fixture-lib

Support library for the cargo-fixture cargo extension

5 releases (stable)

1.2.2 May 24, 2024
1.2.0 Apr 11, 2024
1.1.0 Feb 29, 2024
1.0.0 Feb 5, 2024
0.9.0 Feb 1, 2024

#39 in #cargo-test

Download history 3/week @ 2024-11-13 4/week @ 2024-11-20 5/week @ 2024-12-04 32/week @ 2024-12-11 6/week @ 2024-12-18 13/week @ 2025-01-08 2/week @ 2025-01-29 10/week @ 2025-02-05 1/week @ 2025-02-12 33/week @ 2025-02-19 24/week @ 2025-02-26

69 downloads per month
Used in cargo-fixture

Apache-2.0

22KB
465 lines

cargo-fixure-lib

This is a support library for the cargo-fixture cargo extension.

API documentation


lib.rs:

This is an accompanying library for the cargo fixture cargo extension.

The library provides two main types:

The with_fixture macros is provided as well for easy fixture tests definition.

Features

The library supports the following async runtimes, selectable with a feature of the same name:

You have to activate exactly one of these features to use the library.

Dependencies

~1–13MB
~165K SLoC