| Crates.io | ctxbuilder |
| lib.rs | ctxbuilder |
| version | 0.2.0 |
| created_at | 2024-02-21 09:20:10.327938+00 |
| updated_at | 2024-02-22 10:41:02.965104+00 |
| description | Context-based builders |
| homepage | |
| repository | https://github.com/nmoutschen/ctxbuilder/ |
| max_upload_size | |
| id | 1147740 |
| size | 13,844 |
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.