archway 0.2.0

Rust traits for Rc and Arc interoperation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
categories = ["no-std", "rust-patterns", "memory-management"]
description = "Rust traits for Rc and Arc interoperation"
documentation = "https://docs.rs/archway"
edition = "2021"
homepage = "https://github.com/zfzackfrost/archway"
keywords = ["no-std", "pointer", "rc", "arc", "shared"]
license = "MIT"
name = "archway"
readme = "README.md"
repository = "https://github.com/zfzackfrost/archway"
version = "0.2.0"