o2o 0.4.9-alpha.1

Object to Object mapper for Rust. Derive '(Try)From' and '(Try)Into' traits.
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]

extern crate o2o_impl;
extern crate o2o_macros;

pub mod traits;

pub use o2o_macros::*;