derive_step 2.0.0

A derive macro for the unstable Step trait.
Documentation

derive-step

requires nightly!!

a very simple derive macro for the unstable standard library Step trait.

currently, this only works on unit enums like the (equally unstable) AsciiChar.

see the tests directory for usage examples!