o2o 0.4.2

Object to Object mapper for Rust. Derive 'From' and 'Into' traits.
Documentation
1
2
3
pub trait IntoExisting<T> {
    fn into_existing(self, other: &mut T) ;
}