quick-impl 0.2.1

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

mod as_ref;
pub use as_ref::expand_as_ref;

mod borrow;
pub use borrow::expand_borrow;

mod borrow_mut;
pub use borrow_mut::expand_borrow_mut;

mod deref;
pub use deref::expand_deref;

mod deref_mut;
pub use deref_mut::expand_deref_mut;

mod from;
pub use from::expand_from;

mod into;
pub use into::expand_into;