divide_slice 0.1.0

Provides methods to divide a slice into portions of same size
Documentation
  • Coverage
  • 37.5%
    3 out of 8 items documented2 out of 7 items with examples
  • Size
  • Source code size: 9.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.95 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pierretallotte

Divide_slice provides two additional methods to the primitive type slice:

  • divide: divide a slice into n non-overlapping portions, returning an iterator.
  • divide_mut: divide a slice into n mutable non-overlapping portions, returning an iterator.