Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emoun/dmutil

Rust utility macroes to help writing other declarative macroes
https://github.com/emoun/dmutil

crate macros rust

Last synced: about 1 month ago
JSON representation

Rust utility macroes to help writing other declarative macroes

Awesome Lists containing this project

README

        

# dmutil
[![Build Status](https://travis-ci.org/Emoun/dmutil.svg?branch=master)](https://travis-ci.org/Emoun/dmutil)
[![](http://meritbadge.herokuapp.com/dmutil)](https://crates.io/crates/dmutil)
[![](https://docs.rs/dmutil/badge.svg)](https://docs.rs/dmutil)

**D**eclarative **M**acro **Util**ities.

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.