ctxbuilder 0.2.0

Context-based builders
Documentation
  • Coverage
  • 100%
    21 out of 21 items documented0 out of 5 items with examples
  • Size
  • Source code size: 13.84 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 545.78 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nmoutschen/ctxbuilder
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nmoutschen

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.