/espresso-macros

Assorted procedural macros

Primary LanguageRustGNU General Public License v3.0GPL-3.0

espresso-macros

Generally useful procedural macros.

This crate defines a few procedural macros. It is factored out into its own crate because procedural macros cannot be defined in the crate where they are used. Check out the docs for details.

Usage

Add to your Cargo.toml:

espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git" }

Viewing documentation locally

cargo doc --open