EspressoSystems / espresso-macros

Assorted procedural macros

Home Page:https://espresso-macros.docs.espressosys.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Assorted procedural macros

https://espresso-macros.docs.espressosys.com

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%