2 unstable releases
0.2.0 | Feb 22, 2024 |
---|---|
0.1.0 | Feb 21, 2024 |
#495 in Testing
919 downloads per month
12KB
217 lines
Context-Based Builders
Build Rust objects based on shared Context
. This is useful when you need to generate
multiple objects based on a set of similar properties, such as in preparation for unit
tests.
See tests
for usage.
lib.rs
:
Context-Based Builders
Build Rust objects based on shared Context
. This is useful when you need to generate
multiple objects based on a set of similar properties, such as in preparation for unit
tests.
Dependencies
~225KB