canrun_collections 0.1.0

Collection related types and goal constructors for the Canrun crate
Documentation
  • Coverage
  • 100%
    20 out of 20 items documented13 out of 16 items with examples
  • Size
  • Source code size: 33.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.49 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • tgecho/canrun_rs
    54 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tgecho

Canrun collections and related goal functions.

NOTE: These are not very battle tested and may have some pathological

performance characteristics.

Unifying large or complex collections may involve forking the state for every possible combination of values. Also, the inherent complexity of specifying and implementing these operations correctly means that they could be flat out wrong. More testing, benchmarking and refinement is required.