scoped_static 0.2.0

Safe promotion of lifetimes to static
Documentation
[dependencies]

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
default = []

[lib]
name = "scoped_static"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Safe promotion of lifetimes to static"
edition = "2024"
license = "Apache-2.0"
name = "scoped_static"
readme = "README.md"
repository = "https://github.com/mcmah309/scoped_static"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]