get-many-mut

Crates.ioget-many-mut
lib.rsget-many-mut
version0.1.0
sourcesrc
created_at2024-05-09 18:16:36.78061
updated_at2024-05-09 18:16:36.78061
descriptionStable polyfill for slice::get_many_mut
homepage
repositoryhttps://github.com/zachs18/get-many-mut
max_upload_size
id1235343
size7,664
(zachs18)

documentation

README

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.

Commit count: 2

cargo fmt