gglib_core/normalize/parsers/mod.rs
1//! Submodule index for concrete [`super::parser::ToolCallParser`] implementations.
2//!
3//! Each parser lives in its own file and is named after the dialect it
4//! handles. This is the only place — together with
5//! [`super::registry`] — where the set of available parsers is enumerated.
6
7pub mod qwen_xml;
8pub mod standard;