indices 0.3.5

Indices provides macros and methods for safely retrieving multiple mutable elements from a mutable slice, addressing scenarios where slice elements would typically require `RefCell` or `Cell` (interior mutability approach).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[dev-dependencies.trybuild]
version = "^1.0.91"

[package]
description = "Indices provides macros and methods for safely retrieving multiple mutable elements from a mutable slice, addressing scenarios where slice elements would typically require `RefCell` or `Cell` (interior mutability approach)."
edition = "2021"
license = "Apache-2.0"
name = "indices"
readme = "README.md"
repository = "https://github.com/mcmah309/indices"
version = "0.3.5"

[package.metadata]
rust-version = "1.79.0"