7 releases
| 0.3.1 | May 15, 2025 |
|---|---|
| 0.3.0 | Jun 28, 2024 |
| 0.2.2 | Feb 2, 2023 |
| 0.2.1 | Apr 11, 2022 |
| 0.1.0 | Apr 8, 2021 |
#1068 in Rust patterns
124 downloads per month
Used in 13 crates
(3 directly)
23KB
476 lines
RTLola Reporting
RTLola is a stream-based runtime verification framework. It parses an RTLola specification, analyses it, and generates executable monitors for it. The framework is separated into a front-end and several back-ends.
This crate is part of the RTLola front-end, which includes several sub-modules:
- Main Crate: The RTLola front-end: rtlola-frontend
- A parser for RTLola specifications: rtlola-parser
- The RTLola high-level intermediate representation including a strong static analysis: rtlola-hir
- Procedural macros: rtlola-macros
Copyright
Copyright (C) CISPA - Helmholtz Center for Information Security 2021-24. Authors: Florian Kohn, 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
~3.5–6MB
~109K SLoC