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
6
7
8
9
10
11
12
13
14
name: ""
description: ""
inputs:
  variables:
    description: ""
    required: false
runs: 
  using: composite
  steps:
    - uses: actions-rust-lang/setup-rust-toolchain@v1
      with:
        toolchain: stable
        rustflags:
        target: ${{ inputs.variables }}