picante-macros 1.0.0

Proc macros for Picante (input, tracked, interned, and db)
Documentation

picante-macros

Procedural macros for picante.

This crate provides the macros that back Picante's query and database definitions, including:

  • #[input]
  • #[interned]
  • #[tracked]
  • #[db]

Most users should depend on picante directly rather than using this crate on its own.