sovran-arc 0.1.5

Memory management swift-isms brought to Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sovran-arc"
version = "0.1.5"
edition = "2021"
authors = ["Sovran.la <support@sovran.la>"]
description = "Memory management swift-isms brought to Rust"
repository = "https://github.com/sovran-rs/sovran-arc"
license = "MIT"
readme = "README.md"
keywords = ["memory", "arc", "concurrency", "swift"]
categories = ["concurrency", "memory-management"]

[dependencies]
toml_edit = "0.22"

[[bin]]
name = "release"
path = "tools/release.rs"