Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[features]
_coerce_unsized = []
_unsize = []
root_ref_coerce_unsized = ["_unsize", "_coerce_unsized"]

[package]
description = "Scope GC"
edition = "2021"
keywords = ["gc"]
license = "MIT OR Apache-2.0"
name = "scope_gc"
readme = "README.md"
repository = "https://github.com/823984418/scope_gc"
version = "0.2.6"