our 0.5.0

Ergonomic, highly generic wrapper for shared mutable data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.parking_lot]
version = "0.12.1"

[package]
authors = ["Kaikalii <kaikaliischmidt@gmail.com>"]
categories = ["data-structures", "concurrency", "memory-management", "rust-patterns"]
description = "Ergonomic, highly generic wrapper for shared mutable data"
documentation = "https://docs.rs/our"
edition = "2021"
keywords = ["reference-counting", "share", "mutable", "object"]
license = "Unlicense"
name = "our"
readme = "readme.md"
repository = "https://github.com/kaikalii/our"
version = "0.5.0"