//! Sequence-file domain wrappers.
// The domain is `sequence` and the type it centres on is `Sequence`; naming the
// file anything else would break the one-file-per-type convention used across
// the crate for a lint that is purely stylistic here.
pub use ;
pub use ResultRecordingOption;
pub use RunMode;
pub use Sequence;
pub use SequenceFile;
pub use Step;