#cargo #testing #cargo-test #rust

cargo-fixture-lib

Support library for the cargo-fixture cargo extension

4 releases (stable)

new 1.2.0 Apr 11, 2024
1.1.0 Feb 29, 2024
1.0.0 Feb 5, 2024
0.9.0 Feb 1, 2024

#32 in #cargo-test

Download history 15/week @ 2024-02-03 1/week @ 2024-02-10 17/week @ 2024-02-17 183/week @ 2024-02-24 208/week @ 2024-03-02 77/week @ 2024-03-09 43/week @ 2024-03-16 59/week @ 2024-03-23 109/week @ 2024-03-30 100/week @ 2024-04-06

319 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–15MB
~160K SLoC