get-many-mut 0.1.0

Stable polyfill for slice::get_many_mut
Documentation
  • Coverage
  • 83.33%
    5 out of 6 items documented3 out of 4 items with examples
  • Size
  • Source code size: 7.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 217.8 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • zachs18/get-many-mut
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zachs18

get_many_mut

Stable polyfill for [slice::get_many_mut]

Mostly copied from Rust stdlib core/src/slice.rs and is thus available under the same MIT OR Apache-2.0 license.