#cargo #testing #cargo-test #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

#35 in #cargo-test

Download history 76/week @ 2024-03-10 43/week @ 2024-03-17 55/week @ 2024-03-24 120/week @ 2024-03-31 162/week @ 2024-04-07 126/week @ 2024-04-14 25/week @ 2024-04-21 28/week @ 2024-04-28 11/week @ 2024-05-05 4/week @ 2024-05-12 261/week @ 2024-05-19 26/week @ 2024-05-26 19/week @ 2024-06-02 16/week @ 2024-06-09 14/week @ 2024-06-16 5/week @ 2024-06-23

57 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

~2–13MB
~158K SLoC