o2o 0.4.8

Object to Object mapper for Rust. Derive '(Try)From' and '(Try)Into' traits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.o2o-impl]
version = "0.4.8"

[dependencies.o2o-macros]
version = "0.4.8"

[package]
authors = ["Artem Romanenia <artem.romanenia@gmail.com>"]
categories = ["rust-patterns"]
description = "Object to Object mapper for Rust. Derive '(Try)From' and '(Try)Into' traits."
edition = "2021"
keywords = ["from", "into", "copy", "mapper", "derive"]
license = "MIT OR Apache-2.0"
name = "o2o"
readme = "README.md"
repository = "https://github.com/Artem-Romanenia/o2o"
version = "0.4.8"