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 |
#32 in #cargo-test
24 downloads per month
Used in cargo-fixture
22KB
465 lines
cargo-fixure-lib
This is a support library for the cargo-fixture
cargo extension.
lib.rs
:
This is an accompanying library for the cargo fixture
cargo extension.
The library provides two main types:
FixtureClient
– to be used from fixture codeTestClient
– to be used from test code
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–12MB
~155K SLoC