Crates.io | macro_helper |
lib.rs | macro_helper |
version | 0.1.6 |
source | src |
created_at | 2019-12-23 01:00:43.538802 |
updated_at | 2020-02-04 12:42:21.015834 |
description | A bunch of procedural macros usefuls for write macro_rules! ones. |
homepage | |
repository | https://github.com/NonNullableName/macro_helper/ |
max_upload_size | |
id | 191636 |
size | 16,101 |
This Rust library is a collection of ligthweight procedural macros typically used for writing others,either procedural or not,as such covers some of the missing features you might expect from macro_rules! like expansion bucles controlled by you and not an input. Or guarantee an identifier is borrowed in the manner you want over any other,included own.
This library is no_std.