rotate-enum 0.1.1

A simple macro that implements prev() and next() methods to an enum
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["msakuta <masahiro.sakuta@gmail.com>"]
description = "A simple macro that implements prev() and next() methods to an enum"
edition = "2018"
license = "MIT"
name = "rotate-enum"
repository = "https://github.com/msakuta/rotate-enum"
version = "0.1.1"