[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"