oneof 0.2.0

Enum variant projection — access one variant at a time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "oneof"
version = "0.2.0"
edition = "2021"
description = "Enum variant projection — access one variant at a time"
license = "MIT OR Apache-2.0"
repository = "https://github.com/wupeng1221/oneof"
homepage = "https://github.com/wupeng1221/oneof"
documentation = "https://docs.rs/oneof"
keywords = ["enum", "variant", "projection", "derive", "accessor"]
categories = ["rust-patterns", "no-std"]

[dependencies]
oneof_derive = { path = "../oneof_derive", version = "0.2" }

[dev-dependencies]
trybuild = "1.0"
strum = { version = "0.26", features = ["derive"] }