ctxbuilder 0.1.0

Context-based builders
Documentation
1
2
3
4
5
6
7
# 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`](./tests/) for usage.