wrapit 0.1.1

A lightweight Rust crate that wraps any variable using interior mutability (`RefCell`, `Mutex`, or `RwLock`) for ergonomic shared mutation.
Documentation
[badges.github]
repository = "2teez/wrapit"

[badges.maintenance]
status = "actively-developed"

[dependencies]

[lib]
name = "wrapit"
path = "src/lib.rs"

[package]
authors = ["timothy adigun <2teezrust@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "concurrency", "rust-patterns"]
description = "A lightweight Rust crate that wraps any variable using interior mutability (`RefCell`, `Mutex`, or `RwLock`) for ergonomic shared mutation."
documentation = "https://docs.rs/wrapit"
edition = "2021"
exclude = [".github/*", "target/*"]
homepage = "https://github.com/2teez/wrapit"
keywords = ["wrapper", "mutability", "interior-mutability", "cell", "mutex"]
license = "MIT"
name = "wrapit"
readme = "README.md"
repository = "https://github.com/2teez/wrapit"
version = "0.1.1"

[[test]]
name = "mod"
path = "tests/mod.rs"