at-collection 0.3.0

Collections with minimum or maximum number of entities
Documentation
  • Coverage
  • 0%
    0 out of 30 items documented0 out of 29 items with examples
  • Size
  • Source code size: 6.79 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.67 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • phillord

at-collection

At Collection is a library that provides collections with compile time guarantees of at least a defined number of items inside. This is useful for example, parsing XML following a scheme with minOccurs constraints.