Cargo Features
flowrlib has no features set by default.
[dependencies]
flowrlib = { version = "0.95.0", features = ["submission", "context", "debugger", "metrics"] }
- submission
- context
-
Enables flowcore ^0.95.0
- debugger
-
feature to add the debugger, requires flowcore crate to have feature enabled also
Enables debugger of flowcore ^0.95.0
Affects
flowrlib::debug_command
,protocols::SubmissionProtocol.should_enter_debugger
,protocols::DebuggerProtocol
… - metrics
-
feature for tracking of metrics during execution
Affects
protocols::SubmissionProtocol.flow_execution_ended
…