[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"] }