o2o 0.5.1-beta1

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

#[cfg(any(feature = "syn1", feature = "syn2"))]
pub use o2o_macros::*;

pub mod traits;