arcmut 0.1.0

Introduce ArcMut, utility for FFI.
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[features]
default = ["std"]
std = []

[package]
categories = ["api-bindings"]
description = "Introduce ArcMut, utility for FFI."
documentation = "https://docs.rs/arcmut"
edition = "2021"
homepage = "https://github.com/al8n/arcmut"
keywords = ["ffi", "arc", "bindings"]
license = "MIT/Apache-2.0"
name = "arcmut"
readme = "README.md"
repository = "https://github.com/al8n/arcmut"
rust-version = "1.56"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[profile.bench]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = "thin"
opt-level = 3
overflow-checks = false
rpath = false

[target."cfg(loom)".dependencies.loom]
version = "0.7"