batpak-macros 0.7.0

Procedural macros for the batpak event-sourcing store.
Documentation
1
2
3
4
5
6
7
8
9
# batpak-macros

Procedural macros for batpak.

This crate is published as an implementation detail of the `batpak` crate. Most users should depend on `batpak` and use its documented macro exports through the main crate.

Keep this crate's version matched exactly to the root `batpak` crate version; mixing versions can produce confusing derive and trait-resolution errors.

Repository: <https://github.com/heyoub/batpak>