ownable-core 1.0.0

Traits for structs/enums with Cow, which can convert Type<'a> to Type<'static> and more
Documentation
[features]
default = ["std"]
std = []

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

[package]
authors = ["ALeX Kazik <alex@kazik.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "no-std"]
description = "Traits for structs/enums with Cow, which can convert Type<'a> to Type<'static> and more"
edition = "2021"
keywords = ["into_owned", "owned", "no_std"]
license = "MIT OR Apache-2.0"
name = "ownable-core"
readme = "README.md"
repository = "https://github.com/alexkazik/ownable"
rust-version = "1.63.0"
version = "1.0.0"

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