Expand description
Utility modules for the ass-editor
Contains helper functionality like validation, search, and other utilities that support the main editor operations.
Re-exports§
pub use validator::LazyValidator;pub use validator::ValidationIssue;pub use validator::ValidationResult;pub use validator::ValidationSeverity;pub use validator::ValidatorConfig;pub use indexing::create_search_index;pub use indexing::IndexEntry;pub use search::DocumentSearch;pub use search::SearchOptions;pub use search::SearchResult;pub use search::SearchScope;pub use search::SearchStats;pub use indexing::FstSearchIndex;search-indexpub use formats::export_to_file;formatspub use formats::import_from_file;formatspub use formats::ConversionOptions;formatspub use formats::FormatConverter;formatspub use formats::FormatOptions;formatspub use formats::SubtitleFormat;formats