Crate dredd_rs

Source
Expand description

This module serves as the main library file for the dredd-rs project.

It contains the following submodules:

  • engine: Contains the core logic and functionality of the project.
  • macros: Provides useful macros to be used throughout the project.
  • rule: Defines the rules and structures used by the engine.
  • runner: Manages the execution and orchestration of the engine.

Modules§

Macros§

  • Macro to define a best-first rule structure and its implementation.
  • Macro to define a chain rule structure and its implementation.