Crates.io | derive_step |
lib.rs | derive_step |
version | 1.0.1 |
source | src |
created_at | 2024-07-13 14:02:35.328107 |
updated_at | 2024-07-13 14:42:49.689558 |
description | A derive macro for the unstable Step trait. |
homepage | |
repository | https://github.com/perpetualcacophony/derive_step |
max_upload_size | |
id | 1302358 |
size | 9,570 |
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!