sovran-arc 0.1.2

Memory management swift-isms brought to Rust
Documentation
[[bin]]
name = "release"
path = "tools/release.rs"

[dependencies.toml_edit]
version = "0.22"

[[example]]
name = "arcm_example"
path = "examples/arcm_example.rs"

[[example]]
name = "arcmo_example"
path = "examples/arcmo_example.rs"

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

[package]
authors = ["Dr Sneed <drsneed@sovran.la>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency", "memory-management"]
description = "Memory management swift-isms brought to Rust"
edition = "2021"
keywords = ["memory", "arc", "concurrency", "swift"]
license = "MIT"
name = "sovran-arc"
readme = "README.md"
repository = "https://github.com/sovran-rs/sovran-arc"
version = "0.1.2"