[dependencies]
[lib]
name = "rcuninit"
path = "src/lib.rs"
[package]
authors = ["Kevin Robert Stravers <kevin@stravers.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Cyclic Rc without new_cyclic"
edition = "2024"
homepage = "https://github.com/kstrafe/rcuninit"
keywords = ["cyclic", "rc", "pointer"]
license = "MIT"
name = "rcuninit"
readme = "README.md"
repository = "https://github.com/kstrafe/rcuninit"
version = "0.1.0"