mappable-rc 0.1.0

Provides mappable reference counted types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
default = []
std = []

[package]
authors = ["Jakob Degen <jakob@degen.com>"]
categories = ["memory-management", "no-std"]
description = "Provides mappable reference counted types"
edition = "2021"
keywords = ["reference", "thread", "rc", "arc"]
license = "MIT OR Apache-2.0"
name = "mappable-rc"
readme = "CRATES.md"
repository = "https://github.com/JakobDegen/mappable-rc"
resolver = "2"
version = "0.1.0"