derive_step 0.0.0-alpha

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!