#interpreter #monitoring #verification

macro rtlola-interpreter-macros

Derive macros to help with integrating the rtlola interpreter

1 unstable release

0.1.0 Jul 2, 2024

#168 in #verification


Used in rtlola-io-plugins

Apache-2.0

490KB
10K 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

~13–23MB
~324K SLoC