Crate vin_macros

source ·

Attribute Macros

  • Generates the actor impls and forms necessary fields.
  • A noop macro attribute used to specify messages to handle. Check [actor] for more information.
  • Implements the [Message] trait for a type. Enables specifying the result type easily.
  • Generates a [vin]-managed [tokio] task. It’s a specialized actor with no handler that runs some piece of code until it’s completed or [vin] has shutdown.