Expand description
Sequence-file domain wrappers.
Re-exports§
pub use breakpoint::BreakpointScope;pub use options::ConflictHandler;pub use options::GetSeqFileOptions;pub use result_recording_option::ResultRecordingOption;pub use run_mode::RunMode;pub use sequence::Sequence;pub use sequence_file::SequenceFile;pub use step::Step;
Modules§
- breakpoint
- Breakpoints, and the two scopes they can live in.
- options
- Options controlling how a sequence file is opened.
- result_
recording_ option - Whether a step records a result.
- run_
mode - How a step behaves when its sequence runs.
- sequence
- Safe wrapper for a sequence within a sequence file.
- sequence_
file - Safe wrapper for a loaded sequence file.
- step
- A single step in a sequence.