ownable 0.6.2

Derive macro for structs/enums with Cow, which can convert Type<'a> to Type<'static> and more
Documentation
[dependencies.ownable-macro]
version = "0.6"

[features]
default = ["std"]
std = []

[package]
authors = ["ALeX Kazik <alex@kazik.de>"]
categories = ["rust-patterns", "no-std"]
description = "Derive macro for structs/enums with Cow, which can convert Type<'a> to Type<'static> and more"
edition = "2021"
keywords = ["into_owned", "derive", "owned", "no_std"]
license = "MIT OR Apache-2.0"
name = "ownable"
readme = "README.md"
repository = "https://github.com/alexkazik/ownable"
version = "0.6.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]