Crates.io | imperative-derive |
lib.rs | imperative-derive |
version | 0.1.0 |
source | src |
created_at | 2020-09-29 12:58:11.034979 |
updated_at | 2020-09-29 12:58:11.034979 |
description | Procedural macro that auto derives the `InstructionSet` trait defined by the `imperative` crate. |
homepage | |
repository | https://github.com/hank-der-hafenarbeiter/imperative-rs |
max_upload_size | |
id | 294091 |
size | 20,830 |
#imperative-derive
This crate contains a procedural macro used by the imperative
crate to derive instruction sets from an enum
.
This crate is not intended for standalone use and will be included automatically when using the imperative
crate.