tangled
alpha
login
or
join now
anglesideangle.dev
/
bcsc
wip
0
fork
atom
overview
issues
pulls
pipelines
added desc
Asa Paparo
6 months ago
07097444
41f880a8
+1
1 changed file
expand all
collapse all
unified
split
lifetime-guard
Cargo.toml
+1
lifetime-guard/Cargo.toml
···
1
[package]
2
name = "lifetime-guard"
0
3
keywords = [ "weak_ptr", "value_guard", "no_std" ]
4
categories = [ "data-structures", "no-std::no-alloc" ]
5
version.workspace = true
···
1
[package]
2
name = "lifetime-guard"
3
+
description = "create weak/strong reference pairs to interior mutable data on the stack"
4
keywords = [ "weak_ptr", "value_guard", "no_std" ]
5
categories = [ "data-structures", "no-std::no-alloc" ]
6
version.workspace = true