1#[derive(Clone, Copy, Debug, Default)]
2pub struct Options {
3/// Used to adjust `Span` positions to fit the global source code.
4pub pattern_span_offset: u32,
5/// Used to adjust `Span` positions to fit the global source code.
6pub flags_span_offset: u32,
7}