quick-impl 0.2.1

Quickly implement usual methods and traits for enums and structs.
Documentation
1
2
3
4
5
mod from;
pub use from::expand_from;

mod into;
pub use into::expand_into;