rtlola-interpreter-macros

Crates.iortlola-interpreter-macros
lib.rsrtlola-interpreter-macros
version0.1.0
sourcesrc
created_at2024-07-02 09:55:40.276895
updated_at2024-07-02 09:55:40.276895
descriptionDerive macros to help with integrating the rtlola interpreter
homepagehttp://rtlola.org
repositoryhttps://github.com/reactive-systems/RTLola-Interpreter
max_upload_size
id1289422
size75,358
Florian Kohn (FlorianKohn)

documentation

README

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.

Commit count: 1296

cargo fmt