jetstreamer_plugin/
plugins.rs

1/// Plugin that records total instructions per slot.
2pub mod instruction_tracking;
3/// Default plugin that aggregates program invocation statistics.
4pub mod program_tracking;