#macro #utilities #expansion #declarative-macro #utility-macro #eager

no-std dmutil

A collection of utility macros to ease the creation of other macros

1 unstable release

Uses old Rust 2015

0.1.0 Apr 28, 2018

#18 in #utility-macro

MIT license

24KB
517 lines

dmutil

Build Status

Declarative Macro Utilities.

A collection of macros to help with the creation of other macros. Most notably, includes the eager! macro, which enables eager expansion of macros.

License

Licensed under the MIT license.

Any file with its own license header is also licensed under the above license, at your option. If the header specifies a different license than the above, it must be seen as an additional choice of license and the above license or the header license can be chosen at your option.

Any intentional contribution to this repository is licensed under the above license in addition to any contribution specific license, without exception.


lib.rs:

A collection of macros to ease the creation of other macros.

No runtime deps