rta-for-fps-lib

Crates.iorta-for-fps-lib
lib.rsrta-for-fps-lib
version0.2.0
sourcesrc
created_at2021-07-12 10:32:35.974137
updated_at2021-07-23 16:27:28.583561
descriptionAn Implementation of the paper 'Response Time Analysis for Fixed Priority Servers' by Hamann et al
homepage
repositoryhttps://github.com/Skgland/Response-Time-Analysis-for-Fixed-Priority-Servers
max_upload_size
id421839
size158,667
Bennet Bleßmann (Skgland)

documentation

README

Response Time Analysis for Fixed Priority Servers implemented in Rust

This Project is an implementation of the paper Response Time Analysis for Fixed Priority Servers by Hamann et al. written in Rust.

The Project consists of three parts

  1. rta-for-fps-lib containing a library with the paper implementation
  2. rta-for-fps-latex-lib a library to help with generation latex diagrams from the output of the main library
  3. rta-for-fps-latex-gen an example usage of both libraries recreating a few of the papers figures

The goal behind this project is a better understanding of said paper as preparation for writing a seminar paper.

The implementation tries to reference the paper where practical and improve on it with type safety. The examples in the paper are incorporated as tests where possible.

crate crates.io docs.rs
rta-for-fps-lib crates.io version badge docs.rs
rta-for-fps-latex-lib crates.io version badge docs.rs
rta-for-fps-latex-gen crates.io version badge not a library
Commit count: 145

cargo fmt