derive_step 0.0.0-alpha

A derive macro for the unstable Step trait.
Documentation
1
2
3
4
5
6
7
8
9
# derive-step

## requires nightly!!

a very simple derive macro for the unstable standard library [Step](https://doc.rust-lang.org/stable/std/iter/trait.Step.html) trait.

currently, this only works on unit enums like the (equally unstable) [AsciiChar](https://doc.rust-lang.org/stable/std/ascii/enum.Char.html).

see the tests directory for usage examples!