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
16
17
from_ref
========

Rust's from_ref_* macros auto generate standard implementation of trait From in the form used by ref-oriented (without Copy derive) types.


Links
-----

- [https://crares.io/crates/from_ref]https://crates.io/crates/from_ref
- [https://github.com/nomissbowling/from_ref]https://github.com/nomissbowling/from_ref


License
-------

MIT License