Crates.io | simul-macro |
lib.rs | simul-macro |
version | 0.1.0 |
source | src |
created_at | 2024-03-31 15:33:19.140084 |
updated_at | 2024-03-31 15:33:19.140084 |
description | An internal macros crate for the simul macro. |
homepage | https://github.com/jmqd/simul |
repository | https://github.com/jmqd/simul |
max_upload_size | |
id | 1191729 |
size | 3,282 |
This crate contains the macros that are used in the simul
crate.
This macros are re-exported via the simul
lib and are only intended to be used
with that library, so there's no reason to take a direct dependency on this
crate. The only reason it is a separate crate is because procedural macros must
be in a separate crate.