o2o 0.4.9

Object to Object mapper for Rust. Derive '(Try)From' and '(Try)Into' traits.
Documentation
[dependencies.o2o-impl]
optional = true
version = "0.4.9"

[dependencies.o2o-macros]
optional = true
version = "0.4.9"

[features]
default = ["macro"]
macro = ["dep:o2o-impl", "dep:o2o-macros"]

[lib]
name = "o2o"
path = "src/lib.rs"

[package]
authors = ["Artem Romanenia <artem.romanenia@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.9"