[features]
alloc = []
compile-time-ratio = []
default = ["alloc"]
experimental-lift = []
nightly-async-iterator = []
nightly-coerce-unsized = []
nightly-dispatch-from-dyn = []
nightly-generator-trait = []
[package]
authors = ["Matthieu M. <matthieum.147192@gmail.com>"]
categories = ["memory-management", "no-std"]
description = "Compile-time reference counting"
edition = "2018"
keywords = ["experimental", "reference-counting"]
license = "MIT OR Apache-2.0"
name = "static-rc"
readme = "README.md"
repository = "https://github.com/matthieu-m/static-rc"
version = "0.6.1"