bounded-static-derive 0.7.0

Macro to derive ToBoundedStatic and IntoBoundedStatic traits
Documentation
[dependencies.proc-macro2]
version = "1.0.69"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
features = ["full"]
version = "2.0.38"

[lib]
proc-macro = true

[package]
authors = ["FujiApple <fujiapple852@gmail.com>"]
categories = ["no-std", "rust-patterns", "data-structures", "memory-management"]
description = "Macro to derive ToBoundedStatic and IntoBoundedStatic traits"
edition = "2021"
keywords = ["cow", "static", "bounded", "owned", "derive"]
license = "Apache-2.0"
name = "bounded-static-derive"
readme = "README.md"
repository = "https://github.com/fujiapple852/bounded-static"
rust-version = "1.61.0"
version = "0.7.0"