[dependencies]
[features]
force-wasm-impl = []
[lib]
name = "shared_container"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "rust-patterns", "wasm"]
description = "A unified abstraction for shared data access in both multi-threaded and single-threaded environments"
edition = "2024"
keywords = ["container", "shared", "wasm", "thread-safe"]
license = "MIT"
name = "shared-container"
readme = "README.md"
repository = "https://github.com/edc-studio/shared-container"
version = "0.1.1"