summaryrefslogtreecommitdiff
path: root/subplotlib/src/step.rs
AgeCommit message (Expand)AuthorFilesLines
2023-08-12subplotlib: Add storage of location into scenario/scenariostepDaniel Silverstone1-7/+13
2023-02-11chore: use variables in Rust format stringsLars Wirzenius1-3/+3
2022-11-12chore: use type alias to make code slightly more easier to followLars Wirzenius1-1/+3
2022-04-01(subplotlib): Make ScenarioStep hold a full step text rather than just a func...Daniel Silverstone1-8/+10
2022-02-26(subplotlib): Add some doctestsDaniel Silverstone1-0/+10
2021-05-28subplotlib: ScenarioStep::register_contexts should be pub(crate)Daniel Silverstone1-1/+1
2020-12-28subplotlib: Rework contextelement to be able to register other elementsDaniel Silverstone1-3/+3
2020-12-26subplotlib: Force explicit registration of contextsDaniel Silverstone1-2/+10
2020-12-21rust: Handle poison differently for cleanupsDaniel Silverstone1-4/+4
2020-12-21subplotlib: Enable catching of panicsDaniel Silverstone1-1/+21
2020-12-21subplotlib: use state for contextDaniel Silverstone1-37/+11
2020-12-21subplotlib: Add a bunch of documentationDaniel Silverstone1-3/+29
2020-12-21subplotlib: Add initial subplotlibDaniel Silverstone1-0/+46