from_ref/
lib.rs

1#![doc(html_root_url = "https://docs.rs/from_ref/0.0.1")]
2//! from_ref_* macros auto generate standard implementation of trait From without Copy derive
3//!
4//! # Links
5//!
6//! - [ https://crates.io/crates/from_ref ]( https://crates.io/crates/from_ref )
7//! - [ https://github.com/nomissbowling/from_ref ]( https://github.com/nomissbowling/from_ref )
8//!
9
10pub mod convert;