quick-impl 0.2.1

Quickly implement usual methods and traits for enums and structs.
Documentation
mod as_ref_mut;
pub use as_ref_mut::expand_as_ref_mut;

mod as_ref;
pub use as_ref::expand_as_ref;

mod from;
pub use from::expand_from;

mod inspect;
pub use inspect::expand_inspect;

mod into;
pub use into::expand_into;

mod is_and;
pub use is_and::expand_is_and;

mod is;
pub use is::expand_is;

mod set;
pub use set::expand_set;

mod try_into;
pub use try_into::expand_try_into;