pub use super::layout::{
ChainedSequenceContext, ClassDef, CoverageTable, Device, FeatureList, FeatureVariations,
Lookup, LookupList, ScriptList, SequenceContext,
};
#[cfg(test)]
#[path = "../tests/test_gsub.rs"]
mod tests;
include!("../../generated/generated_gsub.rs");
pub type SubstitutionLookupList<'a> = LookupList<'a, SubstitutionLookup<'a>>;
pub type SubstitutionSequenceContext<'a> = super::layout::SequenceContext<'a>;
pub type SubstitutionChainContext<'a> = super::layout::ChainedSequenceContext<'a>;