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