ibag 0.3.4

A thread-safe, immutable bag for holding any value
Documentation
[dependencies]

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

[package]
authors = ["Brian G"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A thread-safe, immutable bag for holding any value"
edition = "2021"
license = "MIT"
name = "ibag"
readme = "README.md"
repository = "https://github.com/open1s/ibag.git"
version = "0.3.4"

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

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

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