#interpreter #monitoring #verification #macro

macro rtlola-interpreter-macros

Derive macros to help with integrating the rtlola interpreter

2 unstable releases

new 0.2.0 May 15, 2025
0.1.0 Jul 2, 2024

#1546 in Procedural macros

Download history 65/week @ 2025-05-10

65 downloads per month

Apache-2.0

570KB
12K SLoC

RTLola logo

RTLola Interpreter Macros

Crate API License

RTLola is a runtime monitoring framework. It consists of a parser, analyzer, and interpreter for the RTLola specification language. This crate contains macros relevant for using your own type as an input to the interpreter.

For more information on the RTLola framework make sure to visit our Website: rtlola.org

Interpreter Macros

This crate contains macros relevant for using your own type as an input to the interpreter. I.e. it contains a derive macros that implement the InputMap or CompositFactory traits for a given type such that the monitor can parse an event from it.

Copyright

Copyright (C) CISPA - Helmholtz Center for Information Security 2024. Authors: Jan Baumeister, Florian Kohn, Stefan Oswald, Maximilian Schwenger. Based on original work at Universität des Saarlandes (C) 2020. Authors: Jan Baumeister, Florian Kohn, Malte Schledjewski, Maximilian Schwenger, Marvin Stenger, and Leander Tentrup.

Dependencies

~16–25MB
~397K SLoC