into_variant 0.3.0

Easily convert your types into the corresponding enum variant
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.into_variant_macro]
version = "0.3.0"

[dev-dependencies.trybuild]
version = "1.0.59"

[package]
authors = ["Reinis Mazeiks"]
categories = ["rust-patterns"]
description = "Easily convert your types into the corresponding enum variant"
edition = "2021"
keywords = ["conversion", "enum", "derive", "into", "from"]
license = "MIT OR Apache-2.0"
name = "into_variant"
readme = "Readme.md"
repository = "https://gitlab.com/dawn_best/into_variant"
version = "0.3.0"