Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emoun/dmutil
- Owner: Emoun
- License: mit
- Created: 2018-04-12T17:50:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T21:31:34.000Z (over 6 years ago)
- Last Synced: 2024-11-19T01:13:38.755Z (about 1 month ago)
- Topics: crate, macros, rust
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.