arref 0.1.0

Make borrow mut elements from an array easier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["zxch3n <remch183@outlook.com>"]
description = "Make borrow mut elements from an array easier"
edition = "2021"
homepage = "https://github.com/zxch3n/arref"
include = ["Cargo.toml", "**/*.rs"]
keywords = ["array", "borrow", "index"]
license = "MIT"
name = "arref"
readme = "README.md"
repository = "https://github.com/zxch3n/arref"
version = "0.1.0"