Crates.io | get-many-mut |
lib.rs | get-many-mut |
version | 0.1.0 |
source | src |
created_at | 2024-05-09 18:16:36.78061 |
updated_at | 2024-05-09 18:16:36.78061 |
description | Stable polyfill for slice::get_many_mut |
homepage | |
repository | https://github.com/zachs18/get-many-mut |
max_upload_size | |
id | 1235343 |
size | 7,664 |
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.