2 unstable releases

0.2.0 Feb 22, 2024
0.1.0 Feb 21, 2024

#208 in Testing

Download history 233/week @ 2024-02-16 335/week @ 2024-02-23 473/week @ 2024-03-01 467/week @ 2024-03-08 742/week @ 2024-03-15 502/week @ 2024-03-22 657/week @ 2024-03-29 207/week @ 2024-04-05 699/week @ 2024-04-12 1209/week @ 2024-04-19

2,909 downloads per month

MIT license

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

~210KB