into-owned 0.2.1

Provides a trait for associating a type with its owned variant
Documentation
[package]
name = "into-owned"
version = "0.2.1" # remember to update html_root_url
description = "Provides a trait for associating a type with its owned variant"
authors = ["Koichi Kitahara <kkitahara5101@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
repository = "https://gitlab.com/kkitahara/into-owned-rs"
readme = "README.md"
keywords = ["generic", "owned", "reference", "cow"]
categories = ["rust-patterns", "no-std"]

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