enum-from-functions 0.3.0

A procedural macro that will create an enum with associated functions that each have a corresponding variant.
Documentation
1
2
3
4
5
# `enum-from-functions.rs` [![CI/CD]https://github.com/speelbarrow/enum-from-functions.rs/actions/workflows/cicd.yml/badge.svg]https://github.com/speelbarrow/enum-from-functions.rs/actions/workflows/cicd.yml [![Crates.io]https://img.shields.io/crates/v/enum-from-functions.svg]https://crates.io/crates/enum-from-functions

**A procedural macro that will create an enum with associated functions that each have a corresponding variant.**

Documentation can be found inline or on [docs.rs](https://docs.rs/crates/enum-from-functions).