from_ref 0.0.1

from_ref_* macros auto generate standard implementation of trait From without Copy derive
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"