summum-types 0.1.4

A sum-type macro crate with all the conversions, accessors, and support for abstract methods across variants, and interoperability between sum-types
Documentation
[dependencies.heck]
version = "0.4.1"

[dependencies.proc-macro2]
version = "1.0.79"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
features = ["full"]
version = "2.0.52"

[features]
default = []

[lib]
proc-macro = true

[package]
authors = ["Luke Peterson <luketpeterson@gmail.com>"]
categories = ["rust-patterns", "algorithms", "data-structures"]
description = "A sum-type macro crate with all the conversions, accessors, and support for abstract methods across variants, and interoperability between sum-types"
edition = "2021"
keywords = ["macro", "type-union", "sum-type", "union-type", "enum"]
license = "MIT OR Apache-2.0"
name = "summum-types"
readme = "README.md"
repository = "https://github.com/luketpeterson/summum-types"
version = "0.1.4"