[dependencies]
[package]
authors = ["nomissbowling <nomissbowling@yahoo.co.jp>"]
categories = ["rust-patterns"]
description = "from_ref_* macros auto generate standard implementation of trait From without Copy derive"
documentation = "https://docs.rs/from_ref/"
edition = "2021"
homepage = "https://crates.io/crates/from_ref"
keywords = ["convertor", "converter", "constructor"]
license = "MIT"
name = "from_ref"
readme = "README.md"
repository = "https://github.com/nomissbowling/from_ref"
version = "0.0.1"