ref_clone_derive 0.7.0

Macros to help with the use of ref_clone.
Documentation

This crate uses a macro to generate necessary impls for easy use of the Ref type within the ref_clone package.

To use this, prepend a #[RefAccessors] to a struct or enum definition. The macro automatically generates a wrapper type for the struct or enum which wraps all values in a Ref. This wrapper type may be accessed using the to_wrapped method on the trait RefAccessors.