vecmin 0.1.0

Provides a `VecMin` and `VecOne` newtype wrapper around `Vec` that enforces a minimum length at compile time.
Documentation
  • Coverage
  • 100%
    56 out of 56 items documented1 out of 52 items with examples
  • Size
  • Source code size: 28.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.25 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • larsraph/vecmin
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • larsraph

VecMin

Provides a VecMin and VecOne newtype wrapper around Vec that enforces a minimum length at compile time.

This crate requires alloc or std.