Crate brontes_macros

source ·

Macros§

  • action_dispatch macro crates a struct that automatically dispatches the given trace information to the proper action classifier. its invoked as the following:
  • the action impl macro deals with automatically parsing the data needed for underlying actions. The use is as followed
  • Eth Curve Pool Discovery
  • discovery dispatch macro creates a struct that automatically dispatches possible CREATE traces to the proper discovery classifier
  • the discovery impl macro deals with automatically parsing the data needed for discovering new pools.

Attribute Macros§

  • Simple utils for counters and gauges when it comes to tracking function metrics, NOTE: tracks call once function has returned; early returns won’t be counted

Derive Macros§