[package] name = "into-owned" version = "0.3.0-alpha.3" description = "This crate has been merged into as-is crate and is no longer developed by the current author." authors = ["Koichi Kitahara "] 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 = []