Skip to main content

Module sequence

Module sequence 

Source
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.