mina_macros 0.1.0

Macros for mina
Documentation
1
2
3
4
5
6
7
8
# mina-core


Macros for [`mina`](https://docs.rs/mina/).

This is an internal crate that exists to satisfy the requirement for procedural macros to be in their own crate.

Apps shouldn't use this crate directly; use [`mina`](https://docs.rs/mina/) instead, which re-exports all relevant
macros from this crate.