absinthe-macros 0.3.0

Macros for the Absinthe crate
Documentation

Absinthe Macros

Absinthe Macros is a library that provides macros for Absinthe.

Features

  • actor! - The actor! macro can be used to 'actorize' functions & structs.
  • send! - The send! macro can be used to send a message to an actor, and wait for a response.
  • notify! - The notify! macro can be used to send a message to an actor, and don't wait for a response.