[package]
edition = "2024"
rust-version = "1.87"
name = "lifetime-guard"
version = "0.0.1"
authors = ["Asa Paparo <asapaparo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "create weak/strong reference pairs to interior mutable data on the stack"
homepage = "https://github.com/AngleSideAngle/bcsc"
readme = "README.md"
keywords = [
"weak_ptr",
"value_guard",
"no_std",
]
categories = [
"data-structures",
"no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AngleSideAngle/bcsc"
[lib]
name = "lifetime_guard"
path = "src/lib.rs"
[dependencies]