vec_cell 0.1.1

A Vec with interior mutability and dynamically checked borrow rules which allows to take disjoint mutable references to its elements
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Alexander Vedekhin"]
categories = ["memory-management"]
description = "A Vec with interior mutability and dynamically checked borrow rules which allows to take disjoint mutable references to its elements"
edition = "2021"
keywords = ["vec", "cell", "veccell", "vec_cell"]
license = "MPL-2.0"
name = "vec_cell"
readme = "README.md"
repository = "https://github.com/alexanderved/vec_cell"
version = "0.1.1"