into-static 0.2.0

Upgrading to static lifetimes.
Documentation
[features]
alloc = []
default = ["std"]
std = []

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

[package]
authors = ["nekitdev <nekit@nekit.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Upgrading to static lifetimes."
documentation = "https://docs.rs/into-static"
edition = "2024"
keywords = ["static", "lifetime"]
license = "MIT"
name = "into-static"
readme = "README.md"
repository = "https://github.com/nekitdev/into-static"
version = "0.2.0"

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