structural-convert 0.13.0

Derive conversion traits (From, Into, TryFrom, TryInto) when fields are structurally similar in enums or structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.structural-convert-derive]
version = "0.3.0"

[package]
authors = ["voidpumpkin <32368314+voidpumpkin@users.noreply.github.com>"]
description = "Derive conversion traits (From, Into, TryFrom, TryInto) when fields are structurally similar in enums or structs"
edition = "2021"
keywords = ["mapping", "derive", "map", "from", "convert"]
license = "MIT"
name = "structural-convert"
readme = "README.md"
repository = "https://github.com/voidpumpkin/structural-convert/"
version = "0.13.0"